All the user settings are in order, I've double checked it. I can connect, get a list and upload files to the remote FTPS site via a desktop FTP client and another java library called EDT FTP Pro. I just can't seem to get it to work with the commons-net library.
Steve Cole-6 wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/Trying-to-get-List-via-FTPS-results-in-a-550-code.-tp25695525p25707068.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]
