WinSCP-generated Script creates error messages
Hello,
I'm new on WinSCP automation / skripting.
So I used the feature to create a skript for my task.
To test it, I want to download 1 specific file "Test1.txt" from a remote folder to a local folder.
The script looks like this:
and I start WinSCP like this:
But the result is:
Thanks for your help. :-)
I'm new on WinSCP automation / skripting.
So I used the feature to create a skript for my task.
To test it, I want to download 1 specific file "Test1.txt" from a remote folder to a local folder.
The script looks like this:
open ftp://username:password@80.151.240.132/ -rawsettings ProxyPort=0 cd /Volume_2 lcd D:\Temp\FTP get Test1.txt exit
winscp.com /script="d:\temp\ftp\skripte/get.txt"
So what to do?Connection with 80.151.240.132 is established ...
Connected
The session is started ...
Session started.
Active session: [1] username@80.151.240.132
/Volume_2
D:\Temp\FTP
Configured transfer settings are used, deviating from the manufacturer's specifications.
The attributes for the file "Test1.txt" cannot be determined.
File information cannot be retrieved
Can't check for file existence
Thanks for your help. :-)