by Kent posted on 2005/04/12 |
|
I am running FTPClient before I start using the library code in my little application. I am trying to connect to my FTP server.
USING----RESULT
Using CoreFTP - It works.
Using WS_FTP - It fails!
Using FTPClient - It fails!
When connecting to a different site that ALWAYS works (IPSWITCH) I get back:
"220 ftp1.ipswitch.com X2 WS_FTP Ser..."
When connecting to my site I get back:
"SSH-1.99-OpenSSH_3.6.1p2"
Any thoughts on this?
Thanks in advance.
|