Uploading Files to Your Hosting
Uploading files to your SillyHost account is one of the most fundamental tasks in managing your website. There are several methods available depending on your preference and the size of the files.
Method 1: Using the cPanel File Manager
The quickest method for small uploads and individual files:
- Log in to cPanel and open the File Manager.
- Navigate to the
public_htmldirectory or your desired upload location. - Click the Upload button in the toolbar.
- Drag and drop files onto the upload area or click Select File to browse.
- Wait for the upload to complete and click the back link to return to the file manager.
Method 2: Using FTP or SFTP
Recommended for uploading multiple files, large files, or entire website directories:
- Connect to your hosting using an FTP client like FileZilla.
- Navigate to
public_htmlon the remote server panel. - Select the files or folders on your local computer.
- Drag them to the remote panel or right-click and select Upload.
- Monitor the transfer queue at the bottom of FileZilla for progress.
Uploading a Full Website
If you are uploading a complete website, ensure the following:
- Upload all files to the
public_htmldirectory. - Your main page should be named
index.htmlorindex.php. - Maintain the correct folder structure as on your local machine.
- Upload any database separately through phpMyAdmin.
Uploading ZIP Files
For large numbers of files, it is faster to compress them into a ZIP file, upload the single ZIP, and then extract it on the server using the cPanel File Manager's Extract feature. This significantly reduces upload time.
Upload Speed Tips
Upload speeds depend on your internet connection. For large transfers, use SFTP with a wired connection for the best speed. Avoid uploading during peak hours if possible, and close other bandwidth-intensive applications during the transfer.