Re: Check if an error occurred or not
Your duplicate post Stack Overflow:
https://stackoverflow.com/q/57755021/850848
https://stackoverflow.com/q/57755021/850848
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Run('WinSCP.com /command "open sftp://user:password@server.de/" "put c:\\_data\*" "exit"')
$check_ftp = Run('C:\Program Files (x86)\WinSCP\WinSCP.com /command "open sftp://iplabs:password@swups01.cgn.iplabs.de/srv/ips/storage/swups/files/PicThema_End_User_AUTOTEST/NEW" "put C:\Users\a.polifka\Desktop\_shopupdate\shops\*" "exit"')
If $check_ftp = 0 Then XY
Else XY
any idea?
My result of $check_ftp is always something differnt, like 12904 or 13000
Any Idea?