Thanks Nicolas. I will put on my thinking cap and see what's the best
way to go.
Roel
Nicolas Devès wrote:
2 possibilities :
- use a SFTP java client : I think there exists some commercial java
libs that can do that but i don't know if there are some open-source
ones.
- use a FTPS server : I know vsftpd can be configured with ssl but
probably some other servers too ...
Nicolas
Roel Pieters a écrit :
I'm running a ssh server (OpenSSH) only. When I connect with a
command line tool (sftp on linux) it works fine. So I guess I'm not
going to make this work since it's not compatible. Got any ideas how
I can make this work from java? Should I run Apache FTP server?
Thanks in advance for any help.
Nicolas Devès wrote:
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]
---------------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]