Host does not exist
I'm getting the error message host does not exist when attempting to log on to winSCP using a script and was wondering if anyone had any ideas why this might be happening. This is the beginning of my script:
option batch abort
option confirm off
open user:password@host
the username, password and host all work when logging in manually through the console or when logging in through the GUI.
Any help much appreciated.
option batch abort
option confirm off
open user:password@host
the username, password and host all work when logging in manually through the console or when logging in through the GUI.
Any help much appreciated.