Re: Capability
Sure. Start here:
https://winscp.net/eng/docs/guide_automation#results
https://winscp.net/eng/docs/guide_automation#results
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
winscp.com /command "open ftp://anonymous:password@ftp.scene.org/" "exit"
echo %errorlevel%
0
winscp.com /command "open ftp://anonymous:email@domain.com@ftp.scene.org:1234/" "exit"
Connecting to ftp.scene.org:1234 ...
Connection failed.
No connection could be made because the target machine actively refused it.
Connection failed.
echo %errorlevel%
1