Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: shell calls don't work for FTP

With FTP you can execute only FTP commands with call. I'll update documentation to cover that.
JohnA

shell calls don't work for FTP

I am making calls to WinScp.com from the command line via my program. This works fine for sftp using certificates, but I cannot use the 'call' command to invoke commands remotely for ftp servers. I just need a way to ascertain if and when certain remote files exist on the ftp server.

For instance, when I type:

winscp> call ls

I get repetitive messages telling me that it is switching to ASCII mode, then to binary mode and finally "500 Unknown Command".

Any ideas:

Thanks