﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
  <channel>
    <title>Newest KB Articles in Configuring FTP over SSL</title>
    <description>Recent additions to the knowledge base from DiscountASP.NET</description>
    <link>https://kb.discountasp.net/kb/c321/configuring-ftp-over-ssl.aspx</link>
    <pubDate>Wed, 10 Jun 2026 15:03:25 GMT</pubDate>
    <generator>SmarterTrack Enterprise 100.0.9553</generator>
    <atom:link href="https://kb.discountasp.net/RSS.ashx?catid=321&amp;type=newestkbarticles" rel="self" type="application/rss+xml" />
    <item>
      <title>How to set up Core FTP LE to use FTP over SSL</title>
      <link>https://kb.discountasp.net/kb/a1125/how-to-set-up-core-ftp-le-to-use-ftp-over-ssl.aspx</link>
      <pubDate>Sun, 12 May 2013 18:11:45 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1125</guid>
      <description>&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Windows 2008/IIS 7 and Windows 2012/IIS 8 allow a secure FTP connection via FTP over SSL. Note that this is not the same as SFTP (FTP via SSH), so you may have to experiment a bit with your FTP client settings to get a secure connection. Our tests were successful with the following:&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the top left hand corner of the window (click &amp;quot;File &amp;gt; Connect&amp;quot;).&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the &amp;quot;Site Manager&amp;quot; window, click the &amp;quot;New Site&amp;quot; button.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the &amp;quot;Site Name&amp;quot; box, enter your domain name.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the &amp;quot;Host/IP/URL&amp;quot; box, enter your domain name or your alternative FTP address. Your alternative FTP address can be found in &lt;a href="https://my.discountasp.net/account-info.aspx" style="text-decoration: none;" target="_blank"&gt;Control Panel under &amp;quot;Account Info/Edit&amp;quot;&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the &amp;quot;Username&amp;quot; box, enter your FTP username. If you are using the primary user, your FTP username can be found in &lt;a href="https://my.discountasp.net/account-info.aspx" style="text-decoration: none;" target="_blank"&gt;Control Panel under &amp;quot;Account Info/Edit&amp;quot;&lt;/a&gt;. For accounts hosted on our Windows Server 2008/IIS 7 and 2012/IIS 8 environments, the FTP user name requires a specific format. Please note that you will need to include the number, the pipe character and your user name.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the &amp;quot;Password&amp;quot; box, enter the password for the FTP user. If you are using the primary user, the password is the same as your Control Panel password.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the &amp;quot;Port&amp;quot; box, make sure it is set to &amp;quot;21&amp;quot;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;The number in the &amp;quot;Timeout&amp;quot; box defaults to &amp;quot;60&amp;quot; (seconds), but if you are having problems with frequent timeouts, you may want to increase the timeout length.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&amp;quot;Retries&amp;quot; defaults to 2. It is the amount of times the client will automatically attempt to retry connecting to the server should connecting fail. If you wish to enable automatic retries, be sure to check the &amp;quot;Retry On&amp;quot; box.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;The &amp;quot;PASV&amp;quot; box is checked by default. This sets the connection mode to &amp;quot;Passive&amp;quot;. If you are having problems connecting to the server or staying connected, you can try unchecking this box, which will tell the client to attempt to connect using &amp;quot;Active&amp;quot; mode.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Leave &amp;quot;Use Proxy&amp;quot; unchecked.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the &amp;quot;Connection&amp;quot; dropdown box, select &amp;quot;AUTH TLS&amp;quot;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Under &amp;quot;SSL Options&amp;quot;, check &amp;quot;SSL Listings&amp;quot; and &amp;quot;SSL Transfer&amp;quot;. Leave &amp;quot;Clear (CCC)&amp;quot; unchecked.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Check &amp;quot;Windows SSL&amp;quot;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click &amp;quot;Connect&amp;quot;. A box will pop up labeled &amp;quot;Certificate Information&amp;quot;. Click &amp;quot;Always Accept&amp;quot;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;If you receive a generic &amp;quot;could not connect&amp;quot; error, or in implicit mode see an attempted connection to port 990, you have a configuration error. Please cut and paste the login information from Control Panel to make sure you are supplying the proper credentials.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style="background-color:#FFFFED; padding:20px; margin:35px 0; font-size:16px; font-family: arial,helvetica,sans-serif; border: 1px dotted #000000;"&gt;Looking for added security? SiteLock scans your website to detect hacking, and SiteLock TrueShield provides a Web Application Firewall to block online threats. &lt;a href="https://my.discountasp.net/addons/sitelock.aspx" target="_blank"&gt;Protect your site today&lt;/a&gt;.&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Enabling FTP over SSL</title>
      <link>https://kb.discountasp.net/kb/a397/enabling-ftp-over-ssl.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:22:18 GMT</pubDate>
      <guid isPermaLink="false">kbarticle397</guid>
      <description>&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;With the FTP server in IIS7 and above, Microsoft has implemented &amp;quot;FTP over SSL,&amp;quot; which will encrypt the session between an FTP program that supports FTP over SSL and the FTP server.&lt;br /&gt;
&lt;br /&gt;
We have enabled this feature on the servers by default, so if your FTP program supports FTP over SSL, consult the program's help files for instructions on use or activation. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;We have created step-by-step instructions for some common FTP programs:&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a1125/how-to-set-up-core-ftp-le-to-use-ftp-over-ssl.aspx"&gt;How to set up Core FTP LE to use FTP over SSL&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a315/how-to-set-up-ws-ftp-professional-to-use-ftp-over-ssl.aspx"&gt;How to set up WS_FTP Professional to use FTP over SSL&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a316/how-to-set-up-smartftp-to-use-ftp-over-ssl.aspx"&gt;How to set up SmartFTP to use FTP over SSL&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a318/how-to-set-up-filezilla-to-use-ftp-over-ssl.aspx"&gt;How to set up FileZilla to use FTP over SSL&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a317/how-to-set-up-cuteftp-to-use-ftp-over-ssl.aspx"&gt;How to set up CuteFTP to use FTP over SSL&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div style="background-color:#FFFFED; padding:20px; margin:35px 0; font-size:16px; font-family: arial,helvetica,sans-serif; border: 1px dotted #000000;"&gt;Looking for added security? SiteLock scans your website to detect hacking, and SiteLock TrueShield provides a Web Application Firewall to block online threats. &lt;a href="https://my.discountasp.net/addons/sitelock.aspx" target="_blank"&gt;Protect your site today&lt;/a&gt;.&lt;/div&gt;</description>
    </item>
    <item>
      <title>How to set up FileZilla to use FTP over SSL</title>
      <link>https://kb.discountasp.net/kb/a318/how-to-set-up-filezilla-to-use-ftp-over-ssl.aspx</link>
      <pubDate>Fri, 21 Nov 2008 02:28:19 GMT</pubDate>
      <guid isPermaLink="false">kbarticle318</guid>
      <description>&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Windows 2008/IIS 7 and above allows a secure FTP connection via FTP over SSL. Note that this is not the same as SFTP (FTP via SSH), so you may have to experiment a bit with your FTP client settings to get a secure connection. Our tests were successful with the following.&lt;/span&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click on File and then click on Site Manager...&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click the New Site button and name the site&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Fill in the following fields:&lt;/span&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Change the "Logon Type" to "Normal"&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Host – Enter either your domain name or alternate FTP address. The alternate FTP address can be &lt;a href="http://my.discountasp.net/"&gt;located in &lt;span class="GRcorrect" id="GRmark_b253f5f430c7cb516927fa8e42243ad1925f8e7e_Control Panel:0"&gt;Control Panel&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Username – Enter your FTP username. If using the primary account, the FTP username can be located in &lt;span class="GRcorrect" id="GRmark_fb5677d24ee828ceb42d33b0a07bb96826765b70_Control Panel:0"&gt;Control Panel.&amp;nbsp;For accounts hosted on our Windows Server 2008/IIS 7 and 2012/IIS 8 environments, the FTP user name requires a specific format. Please note that you will need to include the number, the pipe character and your user name.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Password – Enter the password for this user. If using the primary FTP user, please use the same password that you use to log in to Control Panel&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Change the "Encryption" to "Require Explicit FTP Over TLS"&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click Connect to connect&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;You will receive a "Unknown certificate" message. Place a check mark next to "Always trust certificate in future sessions."&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click "OK"&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;If you receive a&amp;nbsp;generic "could not connect" error, or in implicit mode see an attempted connection to port 990, you have a configuration error. Please cut and paste the login information from Control Panel to make sure you are supplying the proper credentials. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;If you are connecting to our IIS 8 platform, you will encounter some issues with FTPES - FTP over explicit TLS/SSL. &amp;nbsp;The error you will see in your FTP log will be "&lt;span style="text-decoration: underline;"&gt;550 The supplied message is incomplete. The signature was not verified&lt;/span&gt;". &amp;nbsp;This is an issue with the settings on your Firewall. &amp;nbsp;We recommend temporarily&amp;nbsp;disabling your firewall while you are using FTP over SSL.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color:#FFFFED; padding:20px; margin:35px 0; font-size:16px; font-family: arial,helvetica,sans-serif; border: 1px dotted #000000;"&gt;Looking for added security? SiteLock scans your website to detect hacking, and SiteLock TrueShield provides a Web Application Firewall to block online threats. &lt;a href="https://my.discountasp.net/addons/sitelock.aspx" target="_blank"&gt;Protect your site today&lt;/a&gt;.&lt;/div&gt;</description>
    </item>
    <item>
      <title>How to set up CuteFTP to use FTP over SSL</title>
      <link>https://kb.discountasp.net/kb/a317/how-to-set-up-cuteftp-to-use-ftp-over-ssl.aspx</link>
      <pubDate>Fri, 21 Nov 2008 02:27:08 GMT</pubDate>
      <guid isPermaLink="false">kbarticle317</guid>
      <description>&lt;p&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Windows 2008/IIS 7 or Windows 2012/IIS 8 allows a secure FTP connection via FTP over SSL. Note that this is not the same as SFTP (FTP via SSH), so you may have to experiment a bit with your FTP client settings to get a secure connection. Our tests were successful with the following. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click File -&amp;gt; Connect/Connect to bring up the Site Properties connection window or press the keys &amp;quot;Ctrl&amp;quot; + &amp;quot;T&amp;quot;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Fill in the following fields:&lt;/span&gt;&lt;/span&gt;
	&lt;ul style="margin-top: 0in; list-style-type: circle;"&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Enter a name you want to use to identify your DiscountASP.Net account on the CuteFTP label text box&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Change the &amp;quot;Login Method&amp;quot; to &amp;quot;Normal&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Host Address &amp;ndash; Enter either your domain name or alternate FTP address. The alternate FTP address can be&amp;nbsp;&lt;a href="http://my.discountasp.net/"&gt;located in Control Panel&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Username &amp;ndash; Enter your FTP username. If using the primary account, the FTP username can be located in Control Panel&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Password &amp;ndash; Enter the password for this user. If using the primary FTP user, please use the same password that you use to log in to Control Panel&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click the Type tab on the Site Properties box and under the &amp;ldquo;Protocol type:&amp;rdquo; choose FTP with TLS/SSL (AUTH TLS &amp;ndash; Explicit)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click Connect to connect&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;If you receive a &amp;quot;could not connect&amp;quot; error, or in implicit mode see an attempted connection to port 990, you have a configuration error. Please cut and paste the login information from Control Panel to make sure you are supplying the proper credentials and/or check the Protocol Type to specify &amp;ldquo;FTP with TLS/SSL (AUTH TLS &amp;ndash; Explicit)&amp;rdquo;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;These instructions were tested on cuteFTP version 9.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style="background-color:#FFFFED; padding:20px; margin:35px 0; font-size:16px; font-family: arial,helvetica,sans-serif; border: 1px dotted #000000;"&gt;Looking for added security? SiteLock scans your website to detect hacking, and SiteLock TrueShield provides a Web Application Firewall to block online threats. &lt;a href="https://my.discountasp.net/addons/sitelock.aspx" target="_blank"&gt;Protect your site today&lt;/a&gt;.&lt;/div&gt;</description>
    </item>
    <item>
      <title>How to set up SmartFTP to use FTP over SSL</title>
      <link>https://kb.discountasp.net/kb/a316/how-to-set-up-smartftp-to-use-ftp-over-ssl.aspx</link>
      <pubDate>Fri, 21 Nov 2008 02:25:15 GMT</pubDate>
      <guid isPermaLink="false">kbarticle316</guid>
      <description>&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Windows 2008/IIS 7 and above allows a secure FTP connection via FTP over SSL. Note that this is not the same as SFTP (FTP via SSH), so you may have to experiment a bit with your FTP client settings to get a secure connection. Our tests were successful with the following.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click File -&amp;gt; &amp;quot;New Connection&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Set the &amp;quot;Protocol&amp;quot; Field to &amp;quot;FTPS (Explicit)&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Fill in the following fields:&lt;/span&gt;&lt;/span&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Host &amp;ndash; Enter either your domain name or alternate FTP address. The alternate FTP address can be &lt;a href="http://my.discountasp.net/"&gt;located in Control Panel&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Username &amp;ndash; Enter your FTP username. If using the primary account, the FTP username can be located in Control Panel.&amp;nbsp;For accounts hosted on our Windows Server 2008/IIS 7 and 2012/IIS 8 environments, the FTP user name requires a specific format. Please note that you will need to include the number, the pipe character and your user name.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Password &amp;ndash; Enter the password for this user. If using the primary FTP user, please use the same password that you use to log in to Control Panel&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click OK to connect&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;If you receive a generic &amp;quot;could not connect&amp;quot; error, or in implicit mode see an attempted connection to port 990, you have a configuration error. Please cut and paste the login information from Control Panel to make sure you are supplying the proper credentials.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div style="background-color:#FFFFED; padding:20px; margin:35px 0; font-size:16px; font-family: arial,helvetica,sans-serif; border: 1px dotted #000000;"&gt;Looking for added security? SiteLock scans your website to detect hacking, and SiteLock TrueShield provides a Web Application Firewall to block online threats. &lt;a href="https://my.discountasp.net/addons/sitelock.aspx" target="_blank"&gt;Protect your site today&lt;/a&gt;.&lt;/div&gt;</description>
    </item>
    <item>
      <title>How to set up WS_FTP Professional to use FTP over SSL</title>
      <link>https://kb.discountasp.net/kb/a315/how-to-set-up-ws-ftp-professional-to-use-ftp-over-ssl.aspx</link>
      <pubDate>Fri, 21 Nov 2008 02:23:27 GMT</pubDate>
      <guid isPermaLink="false">kbarticle315</guid>
      <description>&lt;div&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Windows 2008/IIS 7 and above allows a secure FTP connection via FTP over SSL. Note that this is not the same as SFTP (FTP via SSH), so you may have to experiment a bit with your FTP client settings to get a secure connection. Our tests were successful with the following.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click Connect -&amp;gt; &amp;quot;Create Site&amp;quot; in the &amp;quot;Site Manage&amp;quot; box.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the Site Name field, enter your domain name and click next&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;In the &amp;quot;Connection Type&amp;quot; box select FTP/SSL (Auth SSL) and click next&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Fill out the remaining fields as follows:&lt;/span&gt;&lt;/span&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Server Address &amp;ndash; Enter either your domain name or alternate FTP address. The alternate FTP address can be &lt;a href="https://my.discountasp.net/account-info.aspx"&gt;located in Control Panel&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;User Name &amp;ndash; Enter your FTP username. If using the primary account, the FTP username can be located in Control Panel. For accounts hosted on our Windows Server 2008/IIS 7 and 2012/IIS 8 environments, the FTP user name requires a specific format. Please note that you will need to include the number, the pipe character and your user name.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Password &amp;ndash; Enter the password for this user. If using the primary FTP user, please use the same password that you use to log in to Control Panel&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click Next to complete the Wizard&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Click &amp;quot;Finish&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;You will receive a &amp;quot;Non-Trusted Certificate&amp;quot; message box&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Select &amp;quot;Trust this certificate&amp;quot; and click &amp;quot;OK&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style="font-size:16px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;If you receive a generic &amp;quot;could not connect&amp;quot; error, or in implicit mode see an attempted connection to port 990, you have a configuration error. Please cut and paste the login information from Control Panel to make sure you are supplying the proper credentials.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;div style="background-color:#FFFFED; padding:20px; margin:35px 0; font-size:16px; font-family: arial,helvetica,sans-serif; border: 1px dotted #000000;"&gt;Looking for added security? SiteLock scans your website to detect hacking, and SiteLock TrueShield provides a Web Application Firewall to block online threats. &lt;a href="https://my.discountasp.net/addons/sitelock.aspx" target="_blank"&gt;Protect your site today&lt;/a&gt;.&lt;/div&gt;</description>
    </item>
  </channel>
</rss>