Cant onnect to ServU in sftp or plain ftp (wodSFTP / wodSFTP.NET / wodSFTPdll)
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
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
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
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.