Re: Host does not exist - cannot find the reason for this error.
Also please read documentation on "Host does not exist" error.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
winscp sftp:@myserver
winscp sftp://suprd_ho@myserver
Maybe I am doing something wrong with the passphraze files, so I will check again during the day.
C:\home\sftp>winscp.com /console script=sftp_script.txt sftp://suprd_ho@myserver
Searching for host...
Host does not exist
c:\home\sftp>winscp sftp://suprd_ho@myserver
c:\home\sftp>winscp sftp:@myserver
Searching for host...
Connecting to host...
Authenticating...
'myserver' session username: suprd_ho
'myserver' session password:
Authenticated.
Starting the session...
Reading remote directory...
Session started.
Active session: [1] myserver
winscp.com /console script=test.txt mylogin@myserver
winscp.com sftp /console script=test.txt suprd_ho@myserver
c:\home\sftp>winscp.com /console script=test.txt suprd_ho@myserver
Searching for host...
Host does not exist
# Automatically answer all prompts negatively not to stall
# the script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect using a password
# open user:password@example.com
# Change remote directory
cd /tmp
# Force binary mode transfer
# option transfer binary
put text.txt
# Disconnect
close
# Exit WinSCP
exit