โ All chapters
๐ File manager & code editor
Upload, edit, zip, unzip, move, delete and restore from the bin โ all in the browser
Where things live
Only what is inside public is served to visitors. Anything outside it โ logs, tmp โ is unreachable from the web, which is exactly what you want.
๐ก The site switcher at the top jumps straight to another site's files without going back out.
Uploading
- Up to 1 GB per file, several files at a time.
- The easiest way to move a whole site is to upload one
.zip and use the unzip action. - Uploaded files are owned by the site's own system user automatically โ no permission fixing afterwards.
Bulk actions
Tick the boxes next to files or folders and a toolbar appears at the bottom: move, delete, zip and unzip. Long jobs such as zipping a big folder run in the background with a progress card in the bottom-right corner โ you can navigate away while they finish.
The recycle bin
Deleted files go to the trash folder first. Open it and use Restore to put them back, or Empty when you are sure โ disk space is only returned once the bin is emptied.
Editing a file
- Click a text file to open the code editor โ line numbers and syntax highlighting for PHP, JS, CSS, HTML, JSON and SQL.
- The ๐ View link opens a read-only view that handles large files and logs up to 200 MB.
- Images, video and audio preview in place.
โ ๏ธ If the panel warns a file looks binary (an image, zip or font), do not force it open and save โ that corrupts the file for good.
Every chapter