This class can be used to manage files and directories in an FTP server.
It uses the PHP FTP extension to connect to a given FTP server authenticating with a given user
The class can execute several types of operations to manipulate files and directories. Currently it can:
- Get or change the current server work directory
- List the contents of the current directory
- Create or delete directories
- Upload, download and rename files
Use this application as a ftp client, you can connect yourself to a ftp with parameters ( host,user,pass,port,mode) and you can listing, navigate, delete, rename, create folders and upload file. |