Just Host Web Hosting Help
SFTP
Secure FTP (SFTP) is available with your Just Host hosting account and is recommended for use when uploading content. It is more secure than regular FTP, as data is encrypted while being transmitted over the internet.
To use it on a shared hosting account, you will first need to enable SSH Access for your account. On a VPS or Dedicated server, SFTP is enabled by default.
Note: Additional FTP users created through the control panel are not able to connect using SFTP. On shared, SFTP is available for use only by the account username. On VPS and Dedicated servers, any cPanel account username or the root user can connect through SFTP.
- Using SFTP
- Changing an existing connection in FileZilla
- Setting up a new SFTP connection
- Additional Tips
Using SFTP
Our servers do support Secure FTP or SFTP. There are a couple of things that you will need to do to use this option on our servers.
-
Download an FTP program that supports Secure FTP. Most popular programs should do so.
-
(For Shared only) You will need to enable SSH/Shell access on your account. If you do not already have SSH/Shell access, click here for further information.
-
Configure your FTP program to use SFTP on port 22 (For VPS/Dedicated: if the ssh port has been changed from the default of 22, the SFTP port also changes inline.)
Changing an existing connection in FileZilla
If you have an existing FTP connection, changing it to use SFTP is very simple. In the Site Manager for the connection, change the protocol from FTP to SFTP, as shown below:
When you do so, the Encryption option will be disabled. There is no need to provide a port unless you are on a VPS/Dedicated server and have changed the ssh port (see above). Otherwise, the field should be left blank.
Setting up a new SFTP connection
If you are setting up a new connection, enter the following settings. The ones below are intended for use with FileZilla, but most FTP clients will have similar options.
- Host: Your domain name or server IP address.
- Port: Leave blank (For VPS/Dedicated only: or provide your custom ssh port)
- Protocol: SFTP - SSH File Transfer Protocol
- Encryption: N/A
- Logon Type: Normal or Ask for Password
- User: Your cPanel username (or root on a VPS/Dedicated server)
- Password: As appropriate for the user
Additional Tips
-
If using SFTP and connecting to an IP address, you will typically receive a warning about the secure certificate not matching. This certificate can be accepted, though it’s generally best to use a domain name that is covered by an SSL
-
After connection and login, there should be no difference between an SFTP session and an FTP one. Files are up/downloaded in the same way.
-
(For VPS/Dedicated only) When connecting as the root user, you will be in the /root folder. You can go up one level from there to see all files and folders on the server. Please be very careful if making any changes this way, as it is very easy to break a server.