Reputation: 2874
I'm looking for a PHP script I can install that will allow the basics of an FTP client:
Is there something out there besides Net2FTP?
Upvotes: 2
Views: 6834
Reputation: 4511
You may want to take a look on following libraries:
1) https://github.com/suin/php-ftp-client
2) http://sourceforge.net/projects/radnetwork/
3) http://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
4) https://code.google.com/p/ftp-php/
Upvotes: 4
Reputation: 19879
You could take a look at the FTP functions and rig one up for yourself.
Upvotes: 2