filezilla

How to configure FTP over SSL using FileZilla with ASP.NET hosting

This Web hosting guide will explain how to configure FTP over SSL using FileZilla with ASP.NET hosting.

Configure the Windows hosting server

1. Create a folder for FTP publishing:
– Create a folder at “%SystemDrive%\inetpub\ftp”;
– Set the permissions to allow access for the appropriate group;
-Type the following command : ICACLS “%SystemDrive%\inetpub\ftp” /Grant administrators:F /T

2. Create an SSL enabled FTP Site Using …

Learn more