Edit
by Pedro Andreu Rico - 8 years ago (2017-04-05)
need class for control directories and files
| Control files and folders from php |
Ask clarification
3 Recommendations
ABrowser Class: Browse server side files and folders
This package can be used to provide a Web interface to browser server side files and folders.
It lets the user browse listings of files and folders below the current script directory.
Its features are:
- List folders in the first column
- List files in the next three columns: images, scripts and text files
- The images files can be presented either as their file names or as thumbnails. Click on the image file name or thumbnail shows the full size image
- Edit the contents of files and save them with the same or different file name and folder path
- Delete a files and and empty folders
- While editing a file, find a text string
- Navigate back up the tree using unique navigation links
- Create a new file and then enter text into it
- Create a new folder
- Upload a file into the current folder
- Download a file from the server
This application uses the Easy PHP Upload class by Olaf Lederer for managing uploaded files.
This application uses the downloadfile class by Slava Ivanov for managing downloaded files.
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-06-02) Comment
This class would be usefull if you don't need do handle file permissions...But if you need it you could this another class.
https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
you may even use a class made from all the class listed here.Because all are very good. |
File Functions: Manipulate local and remote files in a FTP server
This package can manipulate local and remote files in a FTP server.
It is a CakePHP 3 plugin that can perform several types of operations with files. Currently it can:
- Create empty file
- Copy file to a new file
- Rename a file
- Check and change file permissions
- Write, append or prepend a string to a file
- Delete file
- Get file modified data and age
- Get the file type
- Upload, dowload delete files from a FTP server
| by Kushal Pogul package author 35 - 7 years ago (2017-05-15) Comment
https://www.phpclasses.org/package/10321-PHP-Cakephp3-Plugin-containing-FTP-and-File-Operations.html
This package is quite useful for your requirement as it contains handy features like file operations. |
PHP File Manager: Manage files on servers with an AJAX Web interface
This class can manage files on servers with an AJAX Web interface.
It can generate pages that list files of server directories using a AJAX based Web interface to perform several operations.
Currently it can browse directories, create new files and directories, download files, copy or move files, compress and decompress files, change permissions, and edit files.
| by Duong Huynh Nghia package author 70 - 7 years ago (2017-04-12) Comment
You can try this one |