Download Script Not Working
Hi ,
I've been using WinSCP on an older computer since 2017, and it has been working great. Now we have a new computer running Windows 11, and I just downloaded the latest version of WinSCP, however the script is not working – and I'm trying to access the same SFTP server, folder and download the same file. Nothing on my SFTP server side changed.
Here's the old script:
I read the WinSCP support and changed the command for
Here is the new script:
Please let me know if the script is correct? I appreciate your help.
I've been using WinSCP on an older computer since 2017, and it has been working great. Now we have a new computer running Windows 11, and I just downloaded the latest version of WinSCP, however the script is not working – and I'm trying to access the same SFTP server, folder and download the same file. Nothing on my SFTP server side changed.
Here's the old script:
option batch on option confirm off open backupdb@111.222.333.444 option transfer binary get /home/backupdb/backup/* c:\ABCBackup\ABCDB\* exit
open
from using site to session url, but it still does not work.
Here is the new script:
Please let me know if the script is correct? I appreciate your help.