To upload a website using File Manager:
Go to Websites & Domains > domain name > Files.
Click the button and then do the following:
To upload a single file, click Upload File, locate, and then select the file you want to upload.
To upload a single file, multiple files, or a directory with the files therein, click Upload Directory and then drag files or directories to the dashed line box.
To upload a file not from your computer but from another website or FTP server, click Import file via URL, specify the the URL of the file, and then click Import. For example, the URL can be https://example.com/image.png or ftps://user:password@example.com/example.tar
.
Note: By default, you cannot upload files larger than two gigabytes. If your Plesk account has administrator privileges, you can change the maximum upload size.
Note: File Manager supports the following protocols for file import: HTTP, HTTPS, FTP, and FTPS. Depending on the protocol, the user name and password in the URL path can be either optional or mandatory.
You have uploaded the file. If it was an archive, you have two more steps left.
Click the row corresponding to the archive and then click Extract Files. If the directory contains files whose names match those packed in the archive, select the “Replace existing files” checkbox. The unpacked files will then replace those in the directory.
Click OK.
Note: File Manager can extract files from the following archive formats: ZIP, RAR, TAR, TGZ, and TAR.GZ.
By default, you can edit pages of your website in File Manager by using:
If you have installed the Rich Editor extension, you can also use it to edit HTML files in File Manager. Rich Editor is a WYSIWYG editor like Code Editor but with more features (for example, built-in spellchecker).
To edit a file in File Manager:
In File Manager, you can search for files by searching for a text in filename only, content only, or both. To choose how to search for files, click the icon next to the search field and then click the desired search type.
If your Plesk account has administrator privileges, you can also speed up the search by limiting the search scope when searching for content in content only and in filename and content by:
These changes will take effect immediately, and will apply to every user on the Plesk server.
To exclude files whose size is larger than the specified value (in bytes) from the search by content:
Add the following lines to the panel.ini file:
For example, if you add the following lines to the panel.ini file, files larger than 20 MB will be skipped during search by content:
(Plesk for Windows) To exclude binary files from the search by content:
Add the following lines to the panel.ini file:
For example, if you add the following lines to the panel.ini file, EXE and JPG files will be excluded from the search:
Here is a full list of file extensions, which you can use with the search.winExcludeExtensions setting: exe, jpg, jpeg, png, bmp, ico, img, doc, docx, xls, xlsx, 7z, rar, tar, bz2, gzip, zip.
Note: When adding the search.winExcludeExtensions setting to panel.ini, specify only one file extension per line. To make it easier, you can use the Panel.ini Editor extension.