Re: Incompatible External Console Protocol Version 10
Lastly the WinSCP script password a written in plain text is there a way we can secure this?
See Protecting credentials used for automation
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Lastly the WinSCP script password a written in plain text is there a way we can secure this?
winscp.exe
and winscp.com
(not "winscp.net"). Please reinstall WinSCP.
"C:\Program Files (x86)\WinSCP\winscp.com9" /ini=nul /log=logfile.log /script=C:\Users\axel.ntore\Desktop\shscripts\ScriptPswift.txt
pause
option batch abort
option confirm off
open sftp://username:password@ip -hostkey="ssh-ed25519 255 key..."
get /home/rsadmin/script_file_transfer/ptest/* E:\DestinationPswiftTestFolder
exit
C:\Users\axel.ntore\Desktop\shscripts>"C:\Program Files (x86)\WinSCP\winscp.com" /ini=nul /log=logfile.log /script=C:\Users\axel.ntore\Desktop\shscripts\ScriptPswift.txt
batch abort
confirm off
Searching for host...
Connecting to host...
Authenticating...
Using username "ntoreax".
Authenticating with pre-entered password.
Authenticated.
Starting the session...
Session started.
Active session: [1] ntoreax@172.27.163.43
bank4 | 0 B | 0.0 KB/s | binary | 0%
bank3 | 0 B | 0.0 KB/s | binary | 0%
bank1 | 0 B | 0.0 KB/s | binary | 0%
bank2 | 0 B | 0.0 KB/s | binary | 0%
C:\Users\axel.ntore\Desktop\shscripts>pause
Press any key to continue . . .
Incompatible External Console Protocol Version 10