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?