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
Hello, i am hated at work to introduce char[] parameters for passwords, and after having a few years of experience with it I can say they are hardly worth it: Most often the caller has strings to work with anyway and need to copy them to char Array or the called Code Works with strings, or it