PHP Classes

FTPeasy: Transfer files to one or more FTP servers

Recommend this page to a friend!
  Info   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 44%Total: 1,193 This week: 1All time: 3,180 This week: 560Up
Version License PHP version Categories
ftpeasy 1.0GNU General Publi...3Networking, Files and Folders
Description 

Author

This class can be used to transfer files between one or more FTP servers.

It can establish one or more connections to FTP servers with optional SSL based security. If an FTP server connection was already established, it reuses that connection.

The class can perform several connection operations like setting the connection timeout, set the connection passive mode, login as a given user, and execute a server side program.

It can also perform operations with files like uploading and downloading files, delete or rename a file, get the size of a file, setting file permissions and changing file modification time.

The class can also perform operations on directories like listing the contents of a directory, creating and removing directories.

Picture of Alessandro Rosa
Name: Alessandro Rosa <contact>
Classes: 10 packages by
Country: Italy Italy
Age: 49
All time rank: 2909 in Italy Italy
Week rank: 411 Down18 in Italy Italy Down
Innovation award
Innovation award
Nominee: 3x

Details

FTPeasy --------------------------------------------- manage FTP operations with no difficulties now FTPeasy is a PHP class managing FTP connections and operations with ease. Multiple connections are allowed (see attached example). The file go.php includes the code examples for all implemented features of the class. While the file _index.php includes a form to be optionnally used with the upload operation as shown again in the file go.php Each FTP operation is performed through the automatic sequence connect-login-operation-disconnect. Anyway advanced users may want to disable the automation so to perform connection, login and disconnection separately by switching on/off the automatic mode via the member function setAutomaticMODE( true/false ). A number of management members function are available and the developer may get familiar with them by looking at the end of class code in the file FTPeasy.php For troubles, questions, comments, please write to: Alessandro Rosa zandor_zz@yahoo.it

  Files folder image Files  
File Role Description
Accessible without login Plain text file ftpeasy.php Class FTPeasy class file
Plain text file go.php Example example file
Plain text file readme.txt Doc. class description
Accessible without login Plain text file _index.php Example another example file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,193
This week:1
All time:3,180
This week:560Up
 User Ratings  
 
 All time
Utility:50%StarStarStar
Consistency:75%StarStarStarStar
Documentation:50%StarStarStar
Examples:66%StarStarStarStar
Tests:-
Videos:-
Overall:44%StarStarStar
Rank:3435