Home » Frequently Asked Questions (FAQ) » FTP
What is FTP? #
FTP (File Transfer Protocol) is the process used to upload and download files from a web server. This is done using an FTP program.
What information needs to be entered into a FTP or web design program in order to upload files to the server? #
Our hosting features SFTP (Secure FTP) which is more secure than FTP by encrypting your connection to the server.
server/hostname: ftp.example.com (replace “example.com” with your actual domain name)
username: username
password: password
remote directory: /www.example.com/web/content/ (replace “example.com” with your actual domain name)
port: 22
If you have not yet pointed your domain name to the cloud name servers, then you will need to use ftp2.ftptoyoursite.com as the server/hostname. Use that address literally, and do not insert your domain name.
How do you change the password for FTP access? #
NOTE: This also resets the control panel password for your hosting account.
For security reasons, our system will not allow you to create a weak password. If you are unable to click the Save button, then you will need to create a more secure password.
Do you recommend any FTP programs? #
We recommend accessing the cloud via SFTP. Here are a few FTP programs that we recommend that use SFTP:
For SFTP we recommend Transmit 4 (our favorite) or ExpanDrive on a Mac and ExpanDrive on Windows. Here are some others:
Mac
– Transmit
- ExpanDrive
– Cyberduck
– Captain FTP
– CuteFTP
– Fetch
– Coda
– FileZilla
Windows
- ExpanDrive
– CuteFTP
– FileZilla
What is a FTP user and how do you create one? #
A FTP user has access to a specific domain or directory with an FTP client. If you would like to setup a FTP user, just enter a support ticket through our Help Desk with the following information:
After an FTP user has been created, you can gain access to the FTP user’s directory using the following configuration information in your FTP program:
server/hostname: ftp.example.com (replace “example.com” with your actual domain name)
username: username
password: password
port: 22
An FTP user can only access a permitted directory via an FTP client. If you are intending to allow web access to a directory, you will need to create a password protected directory.
The website is not loading in a browser after the files have been uploaded to the server, what might be causing this? #
My FTP program is having some problems connecting to the server, how do you troubleshoot this? #
When the files are uploaded to the server they are corrupted, what might be causing this? #
Make sure that your FTP application is set to automatically detect ACSII or binary mode.
Files which have a name beginning with a period (.) are not displayed by default in most FTP clients. To view and edit these, you will generally need to enable the display of them in your client.
In Cyberduck click View -> Show Hidden Files. Check your FTP client documentation for specifics on how to do this with other programs.
Do you offer anonymous FTP? #
For security reasons, we do not support anonymous FTP.