Batch script 'host not found'
I'm having a problem - I'm trying to connect to my server in a batch script, using the line:
but I keep getting 'Host not found' returned in the console. However, once the terminal goes to winscp> I am able to copy and paste directly
and it connects successfully. Why is this only failing when calling from a batch script? Or am I doing something wrong?
Any help is appreciated. I posted this initially in the wrong forum, sorry for that!
call "C:\Program Files (x86)\WinSCP\WinSCP.com" open sftp://username:password@myserver.com
open sftp://username:password@myserver.com
Any help is appreciated. I posted this initially in the wrong forum, sorry for that!