Re: Make WinSCP work with IBM HOST (tiny fix)
I'm not sure what you ask for. Are you asking for a "fix" to WinSCP GUI, so that it can work with IBM HOST? Or is this about scripting?
/
cd
& "~\scoop\apps\winscp\current\WinSCP.com" `
/command `
"open ftp://user:pass@example.com/ -rawsettings CacheDirectories=0 CacheDirectoryChanges=0" `
"cd /'PATH.TO.DIR'" `
"lcd C:\" `
"get -transfer=ascii A7ID001" `
"exit"
cd /'PATH.TO.DIR'