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

docd

found !

finally found it but not exactly easy to find ..
open sftp://username:password@sftp.example.com/

Replace the sftp:// with the ftp://, if you keep using the FTP protocol.
I had been trying to force FTP using open username:passwd@ftp://site.com:21 but all i had to do was change the open statement to
open FTP://username:passwd@site.com job done :)
docd

set FTP protocol

Hi all,
i have been thru the automation stuff but failing to find something very simple, winscp tries to keep using SFTP which is not supported by the ftp server at the far end. How do i tell winscp to only try to use FTP protocol ?
I thought i had found something using the rawconfig but it still goes off and uses SFTP .. head butt the wall time...