PASV mode (General questions)

by DaveT @, (7526 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?

locked

Re: PASV mode

by Jasmine, (7526 days ago) @ DaveT

Dave,

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

Let me know how it goes!

Regards.

locked

Re: PASV mode

by DaveT @, (7526 days ago) @ Jasmine

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

locked

Re: PASV mode

by Jasmine, (7525 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.

locked