Re: wodSFTP send file to other server - WeOnlyDo Discussion board

Re: wodSFTP send file to other server (General questions)

by wodDamir, Friday, February 01, 2008, 16:11 (5923 days ago) @ Andy Dalglish

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


Complete thread: