To setup FTP access to your Windows virtual server you will need to do the following.
- Remote desktop into your server.
- Once connected you need to run Internet Information Services (IIS) Manager.
- Next Expand the tree for your server and right-click on the Defult Web Site. On the menu that is shown click on "Add FTP Publishing".
- Leave the Authentication option set to "Basic" and then set the Authorization to allow access for "All users". You can modify this later if you setup additional users on your virtual server. The last step is to set the Read and Write permissions. When you're done press the FINISH button.
- Once you press the FINISH button you will see another pop up window letting you know that FTP Publishing was successfully added. Press the OK button.
The next time you start IIS you will see the FTP options for the default web site.
Connecting to Windows Server with FTP
Once you've enabled the FTP publishing for your website you can connect to your site with a FTP client such as FileZilla with your server's admin user. You just need to enter the following information.
HOST: ftp.yourdomain.com
Username: ftp.yourdomain.com|vps....admin
Password: "password for admin user for virtual server"
Port: 21
NOTE: Make sure that for the username that you replace the .... with your server's ID number.
|