Re: wodSFTP send file to other server (General questions)
Andy,
Sorry you feel that way. However, all you had to do in that sample in order to change the protocol is to edit the fetch.asp, and change:
[code]objConn.Protocol = 1[/code]
to
[code]objConn.Protocol = 0[/code]
As explained here the value 1 specifies SFTP Protocol (the sample states that it uses SFTP), while 0 is assigned to it's default, FTP protocol.
Regards,
Damba