FTP

 

Short for File Transfer Protocol, the protocol for exchanging files over the Internet. FTP works in the same way as HTTP for transferring Web pages from a server to a user's browser and SMTP for transferring electronic mail across the Internet in that, like these technologies, FTP uses the Internet's TCP/IP protocols to enable data transfer.

FTP is most commonly used to download a file from a server using the Internet or to upload a file to a server (e.g., uploading a Web page file to a server).

 

FTP Issues

***************************************************************************************************************************

Adding FTP accounts

Overview

You or your fellow site developers may need to transfer files from a computer to the computer that contains your web site. If you need to transfer many files, using an FTP client is the quickest way to accomplish this. In the FTP Manager, you can create FTP accounts, which allow users to access the files of your web site with an FTP client.

 

 

Steps

1 To access the FTP Manager, click on the icon above the words FTP Manager on the main screen of your cPanel interface.

2 Click on FTP Accounts.

3 To add an FTP account, click on Add FTP Account.

4 Enter the username for the new FTP account in the blank field next to Login:

5 Enter the password for the new FTP account in the blank field next to Password:

6 Enter the directory which the account will have access to in the blank field next to Directory:

NOTE: Enter / in this field will give the user access to /public_html/ and all subdirectories of /public_html/ for your account.

7 Click on Create to create the new FTP account.

 

NOTE: If the account was created, the following will appear (except user will be the username you have provided for the new account, and password will be the password you have provided for the new account) :

 

FTP Account Added!

The FTP account user with password password was added.

***************************************************************************************************************************

 

Removing FTP accounts

 

Overview

You may need to remove an FTP account so that a user can no longer access your web site, or so that you can free up room to create other FTP accounts. This can be accomplished through the FTP Manager.

 

 

Steps

1 To access the FTP Manager, click on the icon above the words FTP Manager on the main screen of your cPanel interface.

2 Click on FTP Accounts.

3 To remove a FTP account, click on next to the account that you wish to remove.

 

NOTE: If the account was removed successfully, the following will appear (except user will be the username of the account) :

 

FTP Account Deleted!

The FTP account user was deleted.

***************************************************************************************************************************

 

Controlling FTP sessions

Overview

You can use this function to see who is currently logged into your site through FTP. You can also terminate any FTP connections to your site that you feel should not be open. This can be very useful in preventing users from accessing your files without your permission.

 

 

Steps

1 To access the FTP Manager, click on the icon above the words FTP Manager on the main screen of your cPanel interface.

2 Click on FTP Session Control. You will see all the users logged in through FTP on this page. Their username as well as the server they are logging in from, and the time they logged in at will be shown.

3 To end a user's FTP session, click on disconnect next to the user you wish to end the session for.

***************************************************************************************************************************

 

Anonymous FTP access

Overview

You can allow users to connect to your anonymous FTP directory without having a password to login. This may be useful if you have files that you wish to be publicly available for download. Please note that allowing anonymous users to access any part of your system may be considered a security hole.

 

 

Steps

 

1 To access the FTP Manager, click on the icon above the words FTP Manager on the main screen of your cPanel interface.

2 Click on Setup Anonymous FTP Access.

3 To enable users to connect to your site anonymously, make sure there is a check in the box next to Allow anonymous access.... If there is not a check in the box, click on the box to Allow anonymous access.

4 To enable users to upload files to your site anonymously, make sure there is a check in the box next to Allow anonymous upload.... If there is not a check in the box, click on the box to Allow anonymous uploads.

5 Click on Save Settings to save any changes you have made to anonymous FTP access.

***************************************************************************************************************************

 

Setting your anonymous FTP message

Overview

You can use this function to change the message that appears when an anonymous user logs into your site through FTP.

 

 

Steps

1 To access the FTP Manager, click on the icon above the words FTP Manager on the main screen of your cPanel interface.

2 Click on Anonymous FTP Message.

3 Enter the message that you wish anonymous users to receive upon login in the blank field above Save Message.

4 Click on Save Message to save your anonymous FTP message.

 

NOTE: If the message was saved successfully, the following will appear (except your message will be below the following words) :

 

When your visitors connect to your anonymous FTP server, they will see following welcome message:

***************************************************************************************************************************