Skip to main content
Blog|
Knowledge base

Upload Your Content

|
Mar 8, 2026|2 min read
KNOWLEDGE BASEUpload Your ContentHOSTNEYhostney.comAugust 21, 2023

Prerequisites#

This guide assumes you already have a functional Virtual Host. If you haven’t set one up yet, refer to the Virtual Host or Quick Start guides.

There are two common methods to upload your website content: SFTP and FTPS.

SFTP with WinSCP#

Get your connection details

  1. On the Account selector page, find your hosting account and open the dropdown menu.
  2. Select Server info to view your hostname, IP address, and username.

If you need passwordless authentication, go to Security > SSH keys, where you can generate or manage your keys. From the dropdown on any key, select SSH credentials to view the full connection details, or Private key to download your key file.

Configure WinSCP

Download and install WinSCP from winscp.net.

  1. Open WinSCP and click New Session.
  2. Set the file protocol to SFTP.
  3. Enter your hostnameport 22, and username, then click Save.
  4. In the save prompt, choose your preferred credential storage option and click OK.
  5. Select your saved connection, click Edit > Advanced.
  6. Go to SSH > Authentication and select your downloaded private key file.
  7. Save the configuration and click Login.

You can safely ignore any certificate-related warnings.

FTPS with FileZilla#

Get your FTP connection details

Before proceeding, ensure you have created an FTP user. See the FTP users guide for instructions.

  1. Go to Hosting > FTP users.
  2. Find your FTP user, open the dropdown menu, and select FTP settings.
  3. The modal will display your hostname, port, username, and encryption requirements.

If you need to change your FTP password, select Change password from the same dropdown menu.

Configure FileZilla

Download FileZilla from filezilla-project.org.

  1. Go to File > Site Manager and click New Site.
  2. Name your site and set the protocol to FTP.
  3. Enter your hostport 21username, and password.
  4. Set Encryption to Require explicit FTP over TLS.
  5. Click Connect.

Related articles