Verify USER_NAME has permission to get a list from the default directory.
----- Original Message -----
From: "giladgaron" <[email protected]>
To: <[email protected]>
Sent: Thursday, October 01, 2009 5:25 AM
Subject: Trying to get List via FTPS results in a 550 code.
>
> 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]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]