SFTP (SSH File Transfer Protocol) is a protocol for transfering files securely over the internet.
By default your host has a SFTP server installed on it for uploading files to.
SFTP can be used to upload your website to your host or to upload changed webpages.
To access your host through SFTP you will need to use the credentails provided upon the host setup.
This should be provided either by an admin or upon purchase, if you do not have these credentails please contact us.
To connect through SFTP you will need to use an SFTP Client.
For this example File Zilla an open source SFTP Client will be used.
You can download File Zilla here: Download
Go to the Site Manager in File Zilla
File > Site Manager
Then create a new site for connecting to your host
Click New Site
Protocol: SFTP - SSH File Transfer Protocol
Host: Your domain
Port: SFTP port provided
Credentails: Your username and password
Logon Type: Normal
Click OK
You can now connect to your host by going to the dropdown in the top left corner
If you would like to avoid installing any addtional software you can connect through SFTP by using your operating systems built in sftp command.
Windows, Linux and MacOSX all have a built in command for SFTP.
To use this command open the terminal and run: sftp -h
This will provide information on the usage of the command.
How to Use SFTP Commands