How to use File Manager and upload a file

How to use File Manager and upload a file

If you don't want to use a 3rd party FTP Software, you can use the

cPanel's inbuilt File Manager.

      1. Log into your cPanel account.

      2. In the "Files" section, click on the "File Manger" Icon. 

      

       3. Once in File Manager interface, navigate to the directory where you want
      to upload your files to. For example, should you wish to upload your file
      to the public html folder, you need to go to /public_html first. On the left
      side you can see a list of directories. Double Click on the "public_html" folder.



      4. Now click on the "Upload" icon.



      5. Click on the "Select File" button and select the file you want to upload

      from your PC. After you have select the file, the upload process will begin      
      automatically.


    • Related Articles

    • How to upload a firebird database to your hosting acount

      If you already have a Firebird database and want to host in our host account, just follow these steps: 1- Save/export your local firebird database with your cpanel username and password (the first one that was sent to your email) as the owner ...
    • How to edit a file in FIle Manager

      1. Log into your cPanel account. 2. In the "Files" section, click on "File Manger" Icon.   3. Navigate to the directory where your file is located and right click on the file and then click on "Edit"" in the Context Menu.  4. If the small "Code ...
    • How to create a file in File Manager

      1. Log into your cPanel account. 2. In the "Files" section, click on the "File Manger" Icon.  3. Navigate to directory path you want and click on the "File" Icon. 4. In the "New Filename Field" enter your filename like "MyFile.txt" (without the ...
    • How to protect .htaccess file?

      For security reasons, we recommend that you avoid unauthorized access to your .htaccess file. To do this, you need to understand how to find this file. You can edit the .htaccess file using an FTP client or through cPanel. Adding the security code to ...
    • Import a CSV file to MYSQL via PHPMYADMIN

      I was given access to an existing instance of MySQL via phpMyAdmin. My task was to import a CSV file using the import feature on phpMyAdmin. First, I went to the the main phpMyAdmin page. Next, I clicked on the database instance that I am interested. ...