Hello,
I'm trying to use commons-net ftps to access a remote FTP via TLS.
I can connect and login to the server, but when I'm trying to send a LIST
command, I get a 550 error.
Code:
ftpsClient = new FTPSClient();
ftpsClient.connect("IP", "2100");
ftpsClient.login("USER_NAME, "PASSWORD");
ftpsClient.list();
Any ideas?
Thanks.
--
View this message in context:
http://www.nabble.com/Trying-to-get-List-via-FTPS-results-in-a-550-code.-tp25695525p25695525.html
Sent from the Commons - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]