set FTP protocol

Advertisement

docd
Joined:
Posts:
2
Location:
Essex

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...

Reply with quote

Advertisement

docd
Joined:
Posts:
2
Location:
Essex

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 :)

Reply with quote

Advertisement

You can post new topics in this forum