The definition of FTP

FTP is shot name for File Transfer Protocol, this protocol is  used to upload and download files from your hosting account.

FTP is a one of the best and quick and secure way to transfer your files to the server ,
because its allows you to transfer entire directories or selected files between the client and server,
and its more secure if you are using TLS using ssl certificate ; this will encrypt the communication between the client and server side.

To create ftp account on cPanel check How to add FTP on cPanel
To create ftp account on Plesk check How to add FTP on Plesk

Connecting to FTP can be done in several ways.

You can connect to your server using a program like FileZilla or CyberDuck boths applications comes with free license
, or you can use an HTML editor like DreamWeaver or Notepad++.

Regardless of the applications that you are using you need account credentials like username and password to connect to the server.

The following sections will explain how to connect to your server using FTP.

To connect to your account via FTP using your cPanel user credentials
the following are the fields that you may need it to connect :

Host name:The FTP host is what your program uses to find your server.
in general Host name is like:ftp.yousrdomain.com or yourdomain.com if you configure the DNS zone of your domain ; and also it could be the IP address of yourdomain.com
Username : ftp username that has permission to connect using FTP protocol; it can be set either on cPanel or Plesk.
Password: the associated password for the current FTP username.
Port: This is the port you connect to your server through.
For standard FTP you use port 21. SFTP will use port 22 for VPS and dedicated servers. Shared servers will connect to SFTP via port 2222.
Directory:The main directory for your domain will be public_html. If you are using the cPanel username
;you will use “public_html” for cPanel account or “httpdocs” for Plesk hosting account; if your program requires a directory to be specified.

XsoftHost Support

Share
Tags: FTP

Recent Posts

Add Extra IP addresses to server configuration On Ubuntu 17.10 and later

Each failover IP address will need its own line in the configuration file. The configuration…

3 years ago

Create RAID Arrays with mdadm on Ubuntu

What is mdadm? The mdadm utility can be used to create and manage storage arrays…

4 years ago

How to change the maximum upload file size for PHP

There are several scenarios that you might need to increase or decrease your php maximum…

6 years ago

How to install Let’s Encrypt Plugin in WHM/cPanel

What is Let’s Encrypt? Let’s Encrypt is a free certificate authority provided by the Internet…

6 years ago

How to install python in my cPanel and add py extension

Python normally installed on all cPanel hosting server because most of Centos/red hat update system…

6 years ago

How to install and enable GUI GNOME Desktop on centos 7

Usually CentOS 7 comes in a numbers of variants, For most users, there are two…

6 years ago