Hi,

Wich type of server are you trying to connect to : SFTP ou FTPS ?
It is not the same protocol and I think FTPSClient can connect to FTPS servers only, not SFTP ones.

Nicolas.


Roel Pieters a écrit :
Hi,

I'm trying to use SFTPClient for the first time and ran into a problem immediately on connect():

org.apache.commons.net.MalformedServerReplyException: Could not parse response code.
Server Reply: SSH-1.99-OpenSSH_3.9p1

My code is:
FTPSClient client = new FTPSClient("SSL"); client.connect(host, 322);
...


Anybody got an idea?


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to