Trying to connect for the first time with SFTP - WeOnlyDo Discussion board

Trying to connect for the first time with SFTP (General questions)

by tonylang, Friday, June 18, 2004, 18:20 (7223 days ago)

Trying to connect to an intranet based server running IIS for the first time with SFTP. I have administrator access. I use my admin user info but no luck. Where do I find the Port value on the server to assign to SFTP1.Port=? Should the server be configured a certain way for the connection to happen? Any help would be appriciated. Thanks.

Re: Trying to connect for the first time with SFTP

by wodSupport, Friday, June 18, 2004, 20:25 (7223 days ago) @ tonylang

Tony,

if you're connecting TO IIS I think you don't need SFTP. You might want to try wodFtpDLX, and set Protocol = FTPS.

wodSFTP uses SFTP protocol and requires SSH server to be installed, running usually on port 22.

wodFtpDLX can do SFTP, but also FTPS (FTP+SSL) which I think you need here. Point it to port 21 (or even 990 if working in implicit mode) and try again.

What language/environment are you using on the client side? If you're attacking *from* IIS don't forget to set Blocking = True!

Regards