Folder changed time updated but no file uploaded
Hi all,
I am trying to automate the SFTP file uploading process using task scheduler. The task ran successfully and the change time in SFTP folder is changed but no file was there.
and my task scheduler entry:
"C:\Users\AppData\Local\WinSCP\WinSCP.exe"
/script="C:\Users\Desktop\WINSCP_SCRIPT.txt"
I am new to Winscp and hope to get some helps. Thank you guys in advance!
I am trying to automate the SFTP file uploading process using task scheduler. The task ran successfully and the change time in SFTP folder is changed but no file was there.
Here is my script: open sftp://user_id:pw@url:port/ -hostkey="..." synchronize remote C:\Users\Desktop\folder_name /remote_folder exit
"C:\Users\AppData\Local\WinSCP\WinSCP.exe"
/script="C:\Users\Desktop\WINSCP_SCRIPT.txt"
I am new to Winscp and hope to get some helps. Thank you guys in advance!