With IIS 7.0, Microsoft introduced FTP over SSL. This works similar to the way HTTPS works. When you FTP using FTP over SSL, the data transmission is encrypted with a SSL certificate.
To further enhance security, we recently introduced a Control Panel feature that allows you to “blacklist” or “whitelist” certain IP addresses. Using this tool you can prevent or allow FTP connections from specific IP addresses.
If your site contains sensitive materials and you wish to secure FTP access, I would recommend doing the following;
- In your DiscountASP.NET Control Panel, change the default FTP access to “deny all.” See this KB article for details.
- Add your computer’s IP address to the whitelist address list. If you don’t know your IP address, you can use http://whatismyip.com (note that for most broadband connections your IP is subject to change whenever your modem is restarted, or your network goes offline for some other reason).
- Use FTP over SSL to upload. We have a few KB articles that demonstrate how to use FTP over SSL for some popular FTP programs.
By following these steps you ensure that only computers on your network can connect to your site.
Frank Cheung
CTO