PASV mode - WeOnlyDo Discussion board

PASV mode (General questions)

by DaveT, Monday, November 08, 2004, 16:56 (7111 days ago)

I am using WOD to try to connect to a sftp server but it times out due to inactivity . If I use an sftp application (e.g. FTP Voyager) I can only connect to the site if I use PASV mode otherwise it also times out. Is it possible to set PASV mode on using WOD?

Re: PASV mode

by wodSupport, Monday, November 08, 2004, 17:58 (7111 days ago) @ DaveT

Dave,

yes, please set Ftp1.Passive = True and it will work in passive mode.

Let me know how it goes!

Regards.

Re: PASV mode

by DaveT, Monday, November 08, 2004, 19:01 (7110 days ago) @ wodSupport

Thanks for the speedy response.
Unfortunatly when I try to use sftp1.Passive I'm told that it is not a member of WeOnlyDo.Client.SFTP

Re: PASV mode

by wodSupport, Monday, November 08, 2004, 19:05 (7110 days ago) @ DaveT

Well, sorry, I was wrong. SFTP protocol does not have data connection - so there's no Passive/Active choice at all. SFTP is quite different. And I am 100 sure that FTP Voyager doesn't use SFTP in that case.

Perhaps you need FTPS (FTP+SSL)? If so, please download wodFtpDLX - select FTPS protocol, and try it out. It does have Passive property for you to set up.