login faild
Hi all,
I use the connection string
winscp.exe ftp://user:passw@host/
to open a connection on an ftp server because i need to download all the file in the root folder.
I got the following message:
"Connection to host...
Access denied." and a field to insert the corrected password
If i cupy and paste the same password i can open the client...
The complete script i would like to execute is:
cd C:\Program Files (x86)\WinSCP
winscp.exe ftp://user:passw@host/
get dummy.txt C:\
exit
Where i'm wrong? Thanks
I use the connection string
winscp.exe ftp://user:passw@host/
to open a connection on an ftp server because i need to download all the file in the root folder.
I got the following message:
"Connection to host...
Access denied." and a field to insert the corrected password
If i cupy and paste the same password i can open the client...
The complete script i would like to execute is:
cd C:\Program Files (x86)\WinSCP
winscp.exe ftp://user:passw@host/
get dummy.txt C:\
exit
Where i'm wrong? Thanks