The ftp4j library implements a Java full-featured FTP client. With ftp4j embedded in your application you can: transfer files (upload and download), browse the FTP site (directory listing), create, delete, rename and move directories and files.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow ftp4j
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
This is most advanced piece of open software I've ever used
-
If you want ftp via HTTP Proxy, use ftp4j instead of Apache Commons FTP!
-
Worked perfectly for my app. Found this project after getting frustrated with Apache Commons FTPClient. FTP4J is perfect for browsing ftp directories and transferring data. Great Job!