How do I use FTP?

FTP (File Transfer Protocol) is a method by which you can transfer files between computers, usually using the Internet. When using FTP you use an application called a "client" to connect to a machine called a "server". We recommend you download FileZilla (http://filezilla-project.org/download.php)
 
cPanel allows you to setup FTP accounts so that certain external users can access a restricted part of your system. You can also set up an anonymous FTP account so that anyone can access a restricted part of your system. You can also manage these FTP sessions, cutting them off if they go on for too long.
 
Warning: FTP, by its very nature, allows external users to modify your web site (albeit a restricted area of your web site). External users can upload, download, and delete files. Keep this in mind when you set up an FTP account for third-party user.
 
Your FTP web server: ftp.yourdomain.com
Your FTP username: yourmainusername@yourdomain.com
FTP password: yourmainpassword
 
Once you log in to the FTP, you will see some set of folders. Open up the "public_html" folder and upload all your website files into it.
 
*Note: Do not delete any other folder/subdirectory etc already lying there.
Was this answer helpful?

Also Read

Failed to Retrieve Directory Listing

Response: 200 PORT command successful. Consider using PASV. Command: LIST Error: Connection...

How to Check if FTP Port 21 is Blocked

Some local ISPs are blocking the default TCP port for FTP connection – 21, which may cause...

Where should I upload the index.html file for my site?

The index.html file for your site should be uploaded to the /public_html directory. That’s how...

Deleting an FTP Account

Deleting an FTP account is as simple as creating the account. Deleting the account does not...

Adding a New FTP Account

An FTP account creates a folder on the "public_html" level of your site that allows external...