Using FTP (File Transfer Protocol)
FTP provides a way for you to transfer files to and from your hosting.com account. Learn more about the File Transfer Protocol in this article.
This article discusses FTP (File Transfer Protocol).
What is FTP?
FilehTransfer Protocol (FTP) is a protocol that enables you to transfer files between your hosting account and another computer. FTP establishes a connection between a server (in this case, your account on a hosting.com server) and a client (your local computer). To make your website files accessible to the public, you use an FTP client to upload them to your hosting account on the server. You can also download files from your hosting account to your local computer.
The original FTP protocol does not encrypt data sent between the server and the client. Instead, we strongly recommend you use one of the following protocols to transfer files:
-
SFTP (Secure Shell File Transfer Protocol) is available for all of our hosting accounts. As its name implies, SFTP uses the underlying SSH (Secure Shell) protocol to encrypt file transfers. To transfer files using SFTP, you use the same username and password that you use to access SSH or cPanel.
-
FTPS (FTP Secure) is available for all of our cPanel-based hosting accounts. Like SFTP, FTPS adds a layer of security to file transfers. Instead of using SSH however, FTPS uses TLS (Transport Layer Security). TLS is the same protocol used to provide secure connections in your web browser. To transfer files using FTPS, you use a regular FTP username and password. You do not have to use your SSH password.
Note
For security reasons, anonymous FTP is disabled on all hosting.com shared servers.
Using an FTP client
Please see this article for information about how to connect to your server using FTP.
More Information
For more information about FTP, please visit https://en.wikipedia.org/wiki/File_Transfer_Protocol.
Related Articles
Updated 3 days ago