Re: Trying to connect for the first time with SFTP (General questions)
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
Complete thread:
- Trying to connect for the first time with SFTP - tonylang, 2004-06-18, 18:20
- Re: Trying to connect for the first time with SFTP - wodSupport, 2004-06-18, 20:25