Cant onnect to ServU in sftp or plain ftp - WeOnlyDo Discussion board

Cant onnect to ServU in sftp or plain ftp (wodSFTP / wodSFTP.NET / wodSFTPdll)

by billstamp, Monday, August 01, 2005, 22:47 (6848 days ago)

UsingDLL sample, set host name, on server side set PW = weonlydo

Can connect fine w/dos ftp command
Added UsingDLL.exe to my DEP list (win XP, made no difference)

When running the sample, I get the demo screen, shuts down after five seconds, then the Sftp_Connect call times out
Get back 10053 from Sftp_Connect

Program prints out
ERROR 10053 occured! Description: The current connection has been aborted by the network or intermediate services.

Re: Cant onnect to ServU in sftp or plain ftp

by wodSupport, Monday, August 01, 2005, 23:14 (6847 days ago) @ billstamp

Bill,

dos FTP has nothing to do with SFTP protocol, so it's no guarantee yet this isn't bad protocol, or server issue. Any chance you could try with Putty's PSFTP app?

If you go to command prompt and type

telnet your.host.com 22

what happens? Can you paste first line returned?

Re: Cant onnect to ServU in sftp or plain ftp

by billstamp, Tuesday, August 02, 2005, 18:54 (6847 days ago) @ wodSupport

Bill,

dos FTP has nothing to do with SFTP protocol, so it's no guarantee yet this isn't bad protocol, or server issue. Any chance you could try with Putty's PSFTP app?

If you go to command prompt and type

telnet your.host.com 22

what happens? Can you paste first line returned?

Thanks for the reply - First line is:
220 Serv-U FTP Server v6.1 for WinSock ready...

Re: Cant onnect to ServU in sftp or plain ftp

by wodSupport, Tuesday, August 02, 2005, 19:01 (6847 days ago) @ billstamp

Bill,

that's old FTP protocol on port 21, SSH on port 22 should reply differently.

wodSFTPdll doesn't support FTP protocol, please try wodFtpDLX instead. Under special circumstances, it is also available as a library (if this is of any importance for you).

Regards.