Developer Tools
The browser-based file manager lets you browse, edit, upload, and manage files on your server without an FTP client or SSH session.
Open your server and click "Files" in the sidebar to open the server-wide file manager. To access files scoped to one application, open the application and click its "Files" tab.
Use the left panel to browse directories. Click a folder to expand it. The right panel shows the contents of the selected directory.
Click any text file to open it in the built-in code editor. Make your changes and click "Save". The file is saved directly on the server.
Click "Upload" in the toolbar, or drag and drop files directly into the file panel. Multiple files can be uploaded at once.
Right-click a file or folder and select "Permissions". Enter the octal value (e.g. 644 for files, 755 for directories) and click Apply.
Use the toolbar buttons or right-click context menu to create new files or folders, rename items, or delete them.
Right-click a file or folder and select "Compress" to create a .zip archive. Right-click a .zip file and select "Extract" to unzip it in place.
Watch out
Tips