Skip to main content

How to deploy Website content via FTP/SFTP

This article contains steps how to deploy your Website content using FTP/SFTP access.

ASP.NET / .NET freehosting
If you don't already have our ASP.NET / .NET freehosting, sign up for FREE at https://MonsterASP.net/.

  1. Initial Setup
    Create a website from our hosting Control panel.

Control panel - create website

  1. Install FileZilla Client
    If you haven't already, download and install FileZilla Client from official website: https://filezilla-project.org/

  2. Obtain FTP/SFTP credentials
    On left menu select Deploy (FTP/WebDeploy/Git) and you will see Website FTP/SFTP access details.

FTP_deploy_1.png

  1. FileZilla Client
    Start FileZilla FTP client and on Top please fill all fields and click Quickconnect.
  • Host = siteXXX.siteasp.net
  • Username = siteXXX
  • Password = *****
  • Port = 21

Once you are connected, you'll see two panes. Left panel displays your local files and right panel shows Website content on server.

FTP_deploy_2.png

  1. Upload you Application Files
    In left panel navigate to directory where your application files are stored on your local computer.
  • Select files and folders from left panel that you want to upload to the server
  • Drag and drop them into right panel ( website root directory \wwwroot ). FileZilla will begin transferring files to our server.

Folder \wwwroot is website root and all application files what can be accessible through web browser must be located in this directory.