Easy PHP FTP Client: Access files in server using the PHP FTP extension

Recommend this page to a friend!
  Info   View files Documentation   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 191 All time: 8,381 This week: 284Up
Version License PHP version Categories
easy-ftp 1.0.2MIT/X Consortium ...7Networking, Files and Folders, PHP 7
Description Author

This class can access files in server using the PHP FTP extension.

It can connect to a given FTP server using SSL or not and perform several types of operations to access files in a directories of the server. Currently it can:

- Get current directory
- Change the current directory to a given path or the parent directory
- Create a new directory
- Upload and download a file
- Returns the file size
- List a directory
- Move or rename a file or directory
- Change file or directory permissions
- Delete a file and directory permission recursively
- Delete(string $path, bool $recursive);
- Get the last modification time of a file
- Check if a given path has a file or a directory
- Send a message or an arbitrary command to the FTP server
- Check if any errors occurred previously and get the list of error or debug messages

  Performance   Level  
Name: Laudir Bispo <contact>
Classes: 6 packages by
Country: Brazil Brazil
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Files folder imagesrc (1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  src  
File Role Description
Files folder imageEasyFTP (1 file, 2 directories)

  Files folder image Files  /  src  /  EasyFTP  
File Role Description
Files folder imageExceptions (2 files, 1 directory)
Files folder image_notes (1 file)
  Plain text file FTPClient.php Class Class source

  Files folder image Files  /  src  /  EasyFTP  /  Exceptions  
File Role Description
Files folder image_notes (1 file)
  Plain text file FTPException.php Class Class source
  Plain text file NoConnection.php Class Class source

  Files folder image Files  /  src  /  EasyFTP  /  Exceptions  /  _notes  
File Role Description
  Accessible without login Plain text file dwsync.xml Data Auxiliary data

  Files folder image Files  /  src  /  EasyFTP  /  _notes  
File Role Description
  Accessible without login Plain text file dwsync.xml Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:191
This week:0
All time:8,381
This week:284Up

For more information send a message to info at phpclasses dot org.