h-rafiee / FTP-Client-Php-Class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTP Client PHP Class

This is a PHP class for work with FTP Client I create it for one of my project but i think this so good for every body to work with their FTP server.

Requirement

  • PHP >= 5.3

Functions

  1. connect return boolean
  2. makeDir return boolean
  3. makeDirRecursive return void
  4. uploadFile return boolean
  5. downloadFile return boolean
  6. changeDir return boolean
  7. getDirListing return array
  8. getMessages return array

About

License:MIT License


Languages

Language:PHP 100.0%