PASV mode (General questions)
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
Dave,
yes, please set Ftp1.Passive = True and it will work in passive mode.
Let me know how it goes!
Regards.
Re: PASV mode
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
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.