Re: [FTP and FTPS] using char[] password instead of String

2014-11-05 Thread Gary Gregory
Nicholas, We could add a FTPClient.login(String, char[]) method but using char[] all the way through the login code path could mean a lot of change. You might want to create a feature request in a JIRA. Patches are always welcome. Gary On Wed, Nov 5, 2014 at 11:20 AM, Nicholas Castorina

AW: [FTP and FTPS] using char[] password instead of String

2014-11-05 Thread Bernd Eckenfels
-- http://bernd.eckenfels.net - Ursprüngliche Nachricht - Von: Nicholas Castorina nicholas.castor...@openmarket.com Gesendet: ‎05.‎11.‎2014 19:01 An: user@commons.apache.org user@commons.apache.org Betreff: [FTP and FTPS] using char[] password instead of String Howdy, Is there a way to use