Can I use standard Java Classes for FTP operations (upload, download, delete, list…) ?
Because, I found a good FTP client librabry Apache Commons Net, but my manager wants to write her own based off the standard classes.
How can I get my manager to allow us to use the package above, and if she does not buy into the use of this library, what pitfalls will we likely encounter?
Why would your manager not want to use a proven piece of software and replace it with something that you’d have to write, test, and maintain? Your boss is an idiot – use the Apache FTP client and move on. You have more interesting business problems to solve.