📒
Pico Mail
  • Introduction
  • Installation
    • Installation on Hosting Server
      • Domain or subdomain creating
      • Database creating
      • Upload files to server
      • Change working directory
      • Import Database
      • Configure Environment
  • How To
    • How to upgrade?
    • How to login as an Admin?
    • How to create plan?
    • How to configure SMTP ?
    • How to configure Email Template?
    • How to configure System Application?
    • How to register as a customer?
      • Using Admin panel
      • Using Sign up form
    • How to configure payment gateways?
    • How to Configure Domain?
    • How to add Sender?
    • How to Configure Email Server?
    • How to create a Campaign?
    • How To Send Mail
  • Basic
    • Cron Setup
    • Site Settings
    • Email Template
    • Localization and Time Format
Powered by GitBook
On this page
  1. Installation
  2. Installation on Hosting Server

Upload files to server

PreviousDatabase creatingNextChange working directory

Last updated 2 years ago

There are several ways to upload a site – we will provide you with the most common ones:

  • cPanel File Manager

  • FTP clients

Using cPanel File Manager

1. Go to cPanel >> Files section >> the File Manager menu:

2. You will be taken to home directory by default:

From here you can move to the root folder for your website. If you wish to upload the content for the main domain, navigate to public_html directory:

3. If you want to view hidden system files such as .htaccess or others, click on Setting in the right top corner:

And enable Show Hidden Files (dotfiles) in the pop-up window:

4. Hit Upload button:

5. Then click on Select File or simply drag-and-drop the need files from your local machine:

6. Once uploaded, you will see this message:

7. You can also Extract or Compress archives which is very helpful and fast especially when uploading/downloading multiple files:

Using FTP Client

  • Host: ftpes://{server your account is hosted on}

  • Port: {server port} (default 21)

  • Protocol: FTP

  • Encryption: Require explicit FTP over TLS

  • Logon Type: Normal

  • User: your cPanel username

  • Password: your cPanel password

SFTP (SSH-based secure FTP, encrypted):

  • Host: sftp://{server your account is hosted on}

  • Port: {server port} (default 22)

  • Protocol: SFTP

  • Logon Type: Normal

  • User: your cPanel username

  • Password: your cPanel password

Once all the settings are filled out, click on Quickconnect.

FTP client allows you to quickly handle files and get instant access to your web space. The only downside is that you will still need to use cPanel in case you want to extract files because FTP clients do not support this feature. There are plenty of FTP clients, and you can choose one that’s up to you. If you ask us, we suggest that you use Filezilla - this is a popular FTP client with a friendly interface, easy to use and simple to configure. 1. Download the Filezilla client from the . 2. Once you’ve installed it and see the Filezilla icon on your desktop, launch the program. 3. It is possible to connect through different protocols: FTPes (explicit SSL mode, encrypted):

official site
File Manager