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]
