PHP FTP Client is an FTP client that is useful for allowing people behind a firewall access to FTP without opening the FTP ports inside the firewall. It could be used as a front end to a local FTP server, and therefore allow the administrator to provide access to the FTP server only from localhost.
| Tags | Internet FTP Utilities |
|---|---|
| Licenses | GPL |
| Implementation | PHP |
Recent releases


Changes: This is a complete rewrite of the code. The backend (FTP) functionality has been greatly improved and added to. The front end has also been rewritten to look smarter. This version is, however, currently missing some crucial things the old version had, such as a decent configuration file and documentation.


Changes: In this release, there have been some minor bug fixes, particularly in the rename, move and delete functions, which were not working when using sessions.


Changes: Proper support for the delete, move, rename, and SITE commands was added.
- All comments
Recent commentsRe: Credit where credit is due
> I'd be much obliged if you would mention
> somewhere in the documentation or on
> your website that phpftp's interface is
> derived from that of NotFTP. (screenshot
> here).
The interface is derived from various places, I do admit to not being very good at page design and so do tend to borrow ideas, and I will credit those I have seen if I can remember, I apologise that I have not already.
Credit where credit is due
I'd be much obliged if you would mention somewhere in the documentation or on your website that phpftp's interface is derived from that of NotFTP (http://wonko.com/notftp/). (screenshot here (http://wonko.com/notftp/screenshot2.png)).