Re: WinSCP Automated task scheluder to transfer new files
1) You cannot use Windows path to refer to remote files, even if it is a Windows server. The SFTP servers have a virtual directory tree. You have to use paths to that virtual tree. Connect with WinSCP GUI to see that paths the server is using.
2) If the paths contains spaces, you have to enclose the path with double-quotes.
https://winscp.net/eng/docs/commandline#syntax
Though it's likely that the virtual path won't contain spaces.
2) If the paths contains spaces, you have to enclose the path with double-quotes.
https://winscp.net/eng/docs/commandline#syntax
Though it's likely that the virtual path won't contain spaces.