File Transfer via FTP

File Transfer via FTP

1. Obtain FTP Access Credentials
  • Host: usually the address of your server or something like ftp.yoursite.com.
  • User: provided by your hosting provider.
  • Password: set by you or provided by the provider.
  • Port: usually port 21 for FTP.
2. Choose an FTP Client

There are several FTP clients you can use. Some of the most popular ones are:

  • FileZilla (available for Windows, macOS, and Linux)
  • Cyberduck (available for macOS and Windows)
  • WinSCP (available for Windows)
3. Connect to the FTP Server
  1. Open the FTP client (we'll use FileZilla as an example).
  2. Enter the access credentials:
    • Host: type the address of your FTP server.
    • Username: enter your FTP username.
    • Password: enter your FTP password.
    • Port: type 21 if not specified automatically.
  3. Click "Quickconnect" (or similar).
4. Navigate to the Destination Folder
  • In the FTP client's interface, you will see two main windows. The left window shows your local files (on your computer) and the right window shows the files on the server.
  • Navigate to the destination folder on the server (usually public_html or www for websites).
5. Upload the Files
  • Select the local files you want to upload.
  • Drag and drop these files into the server window in the destination folder.
  • The FTP client will start uploading the files. Depending on the file size and your connection speed, this may take some time.
6. Verification
  • Once the upload is complete, verify that the files were uploaded correctly by accessing your site or folder in the browser.
Additional Tips
  • Organization: keep your files organized in folders for easier navigation and maintenance.
  • File Permissions: in some cases, you may need to adjust file and folder permissions on the server (this can be done in the FTP client).
  • Backup: always keep a backup of your local files before making major changes.
    • Related Articles

    • JetBackup 5 - FTP Accounts : How to restore an FTP account

      Jetbackup 5 has a new interface, with better usability and new options, making it easier to search for specific items. In this article we will see how to restore an FTP account to a cPanel account. First we must access cPanel and navigate to the ...
    • How to protect .htaccess file?

      For security reasons, we recommend that you prevent 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 using cPanel. Add security code to ...
    • 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 ...
    • How to create a FTP account

      You can use your cPanel username and password to access all folders and files via FTP. However, if you want to create an FTP user account for a specific folder or do not want to allow access to your root files, you can create a separate FTP account. ...
    • 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 ...