﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>GlobalSCAPE Knowledge Base</title><generator>InstantKB.Net 2.0.6</generator><description>GlobalSCAPE Knowledge Base</description><link>http://kb.globalscape.com/</link><webMaster>noreply@globalscape.com</webMaster><lastBuildDate>Tue, 09 Feb 2010 01:26:19 GMT</lastBuildDate><ttl>20</ttl><item><title>Can I customize the Web Transfer Client Web page?</title><link>http://kb.globalscape.com/Goto10470.aspx</link><description>&lt;div&gt;&lt;b&gt;THE INFORMATION IN THIS ARTICLE APPLIES TO:&lt;/b&gt;&lt;ul&gt;    &lt;li&gt;EFT Server 6.x &lt;/li&gt;    &lt;li&gt;EFT Server Enterprise 6.x &lt;/li&gt;    &lt;li&gt;EFT Server 5.x &lt;/li&gt;    &lt;li&gt;Secure FTP Server 3.x &lt;/li&gt;    &lt;li&gt;For informationg about customizing the WTC in version 6.1, refer to &lt;a href="http://help.globalscape.com/help/eft6-1/index.htm#Rebranding_the_Web_Transfer_client.htm"&gt;Rebranding the Web Transfer Client&lt;/a&gt; in the EFT Server version 6.1 online help.&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;SYMPTOM&lt;/b&gt;&lt;!-- this table cell provides white space --&gt;&lt;p&gt;Can I customize the Web Transfer Client Web page?&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;b&gt;RESOLUTION&lt;/b&gt;&lt;!-- this table cell provides white space --&gt;&lt;p&gt;If you are comfortable editing CSS and HTML pages, the Web Transfer Client (WTC) can be easily customized to suit your needs. For example, you can edit the colors and fonts in the style sheet, and you can replace the EFT Server logo (header.gif) with your own company's logo of the same size. The appearance of the Web Transfer Client is controlled by the style sheet, &lt;span style="font-weight: bold;"&gt;EFTStyles.css&lt;/span&gt;. The image files can be substituted with your custom images. Before you make any changes, make a backup copy of the style sheet. (For detailed instructions for editing CSS files, refer to &lt;a href="http://www.w3.org/MarkUp/Guide/Style" title="Learn about CSS" target="_blank"&gt;http://www.w3.org/MarkUp/Guide/Style&lt;/a&gt;.) The &lt;a href="http://www.globalscape.com/eft/web_client.aspx"&gt;Web Transfer Client &lt;/a&gt;Web page is hard coded in the EFT Server code; however, you can add a registry key that will use an edited version of the Web Transfer Client Web page called &lt;b&gt;EFTWebClient.htm&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;If you lack the resources to edit CSS and HTML pages yourself, GlobalSCAPE's &lt;a href="http://www.globalscape.com/support/professional_services.aspx"&gt;Professional Services&lt;/a&gt; group can create a custom Web Transfer Client Web page for you.&lt;/p&gt;&lt;table style="border-spacing: 0px; x-cell-content-align: top;" cellspacing="0"&gt;    &lt;colgroup&gt;&lt;col /&gt;&lt;col /&gt;&lt;/colgroup&gt;    &lt;tbody&gt;        &lt;tr style="x-cell-content-align: top;" valign="top"&gt;            &lt;td style="border-bottom: #000000 1px solid; border-right-style: none; border-left-style: none; border-top: #000000 1px solid;"&gt;            &lt;p&gt;&lt;img alt="" src="http://kb.globalscape.com/attachments/ICON_Info.gif" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="border-bottom: #000000 1px solid; border-right-style: none; border-top: #000000 1px solid;"&gt;            &lt;p class="NoteBody"&gt;&lt;i&gt;The EFT Server code that creates &lt;b&gt;EFTWebClient.htm&lt;/b&gt; differs between versions; therefore, if you copy &lt;b&gt;EFTWebClient.htm&lt;/b&gt; from one version to the next, you might not get the same results. Be sure to keep track of the changes you have made to the files (i.e., comment your code) and merge your changes into the next version when you upgrade. Tools such as &lt;a href="http://www.scootersoftware.com/"&gt;Beyond Compare&lt;/a&gt; (by Scooter Software) or &lt;a href="http://winmerge.org/"&gt;WinMerge&lt;/a&gt; (Open Source) can come in handy for porting custom changes over to new versions.&lt;/i&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;The default location of the Web Transfer Client files is &lt;b&gt;C:\Program Files\GlobalSCAPE\EFT\EFTClient&lt;/b&gt; in EFT Server 5 and prior; the path was changed in EFT Server v6 to &lt;b&gt;C:\Program Files\GlobalSCAPE\EFT Server\Client&lt;/b&gt;. &lt;/p&gt;&lt;p&gt;The &lt;b&gt;EFTWebClient.htm&lt;/b&gt; file is not installed when you install EFT Server; you must contact GlobalSCAPE Technical Support to get a copy of the file for your specific version. EFTWebClient.htm is not used by default; you have to create a registry key to "tell" EFT Server to use that file. (Otherwise, the hard-coded version is used.)&lt;/p&gt;&lt;p&gt;&lt;b&gt;To use EFTWebClient.htm&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;    &lt;p&gt;Get a copy of EFTWebClient.htm from &lt;a href="http://www.globalscape.com/support/techsupport.aspx"&gt;GlobalSCAPE Technical Support&lt;/a&gt;. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;Make your changes to the file, then save a copy, then paste it into the EFT Server installation folder's &lt;b&gt;Client&lt;/b&gt; or &lt;b&gt;EFTClient&lt;/b&gt; subfolder.&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;Create the "http-applet:/EFTClient/EFTWebClient.htm" registry entry for the customized WTC page and set the value to be the physical path to the new file. You can add the key to a &lt;span style="font-weight: bold;"&gt;.reg &lt;/span&gt;file in the following format:&lt;/p&gt;    &lt;table style="background-color: #c0c0c0; border-spacing: 0px; x-cell-content-align: top;" cellspacing="0"&gt;        &lt;colgroup&gt;&lt;col style="width: 100%;" /&gt;&lt;/colgroup&gt;        &lt;tbody&gt;            &lt;tr style="x-cell-content-align: top;" valign="top"&gt;                &lt;td style="border-bottom: 1px solid; padding-left: 10px; width: 100%; padding-right: 10px; border-left-style: none; border-top: 1px solid; border-right: 1px solid;"&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;Windows Registry Editor Version 5.00&lt;/p&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\GlobalSCAPE Inc.\EFT Server 4.0\EFTClient]&lt;/p&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;"use_registry"=dword:00000001&lt;/p&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;"http-applet:/EFTClient/EFTWebClient.htm"="C:\\Program Files\\GlobalSCAPE\\EFT\\EFTClient\\EFTWebClient.htm"&lt;/p&gt;                &lt;/td&gt;            &lt;/tr&gt;        &lt;/tbody&gt;    &lt;/table&gt;    &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;--Be sure to provide the correct path to the EFTWebClient.htm file.--&lt;/p&gt;    &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;img alt="" src="http://kb.globalscape.com/attachments/ILLUST_WTCregistry.gif" /&gt;&lt;/p&gt;    &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt; &lt;/p&gt;    &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;****On a 64-bit OS, the path is:&lt;/p&gt;    &lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\&lt;span style="color: #ff1111;"&gt;Wow6432Node&lt;/span&gt;\GlobalSCAPE Inc.\EFT Server 4.0\EFTClient]&lt;/p&gt;    &lt;p&gt;&lt;img alt="" src="http://kb.globalscape.com/attachments/ILLUST_RegWowNode.gif" /&gt;&lt;/p&gt;    &lt;p&gt;(Refer to &lt;a href="http://kb.globalscape.com/article.aspx?id=10505"&gt;http://kb.globalscape.com/article.aspx?id=10505&lt;/a&gt; for more WTC-specific keys.) &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;Stop and start the EFT Server service for your changes to take effect. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;Open the WTC page in your browser to confirm that the changes you want are there. &lt;/p&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;b&gt;EXAMPLE&lt;/b&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;To edit the logout text in EFTWebClient.htm &lt;/b&gt;&lt;/p&gt;&lt;p&gt;You can edit the text that appears after a user has logged out of the Web Transfer Client to add to or remove the existing text:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;In &lt;b&gt;EFTWebClient.htm&lt;/b&gt;, find the following line that handles the "logout" button:    &lt;div style="text-align: left;"&gt;    &lt;table style="background-color: #cccccc;" id="table4" border="0" cellspacing="0" bordercolor="#000000"&gt;        &lt;tbody&gt;            &lt;tr&gt;                &lt;td&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;&amp;lt;td&amp;gt;&lt;/span&gt;&lt;/p&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;&amp;lt;img src="/EFTClient/btnLogout.gif" id="btnLogout" name="btnLogout" onclick="doLogout(); &lt;span style="color: #ff0000;"&gt;showLogoutPage()&lt;/span&gt;;" value="Logout"/&amp;gt;&lt;/span&gt;&lt;/p&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;&amp;lt;/td&amp;gt;&lt;/span&gt;&lt;/p&gt;                &lt;/td&gt;            &lt;/tr&gt;        &lt;/tbody&gt;    &lt;/table&gt;    &lt;/div&gt;    &lt;/li&gt;    &lt;li&gt;"&lt;span style="color: #ff0000;"&gt;showLogoutPage()&lt;/span&gt;" is a javascript function that writes the logout page to the browser window. The function is found in &lt;b&gt;EFTWebClientLogic.js&lt;/b&gt;, but you can make your own function inside &lt;b&gt;EFTWebClient.htm&lt;/b&gt; to call instead of the default one. Update the line mentioned in step 2 to point to a new function as shown below (change in red text):    &lt;div style="text-align: left;"&gt;    &lt;table style="background-color: #cccccc;" id="table5" border="0" cellspacing="0" bordercolor="#000000"&gt;        &lt;tbody&gt;            &lt;tr&gt;                &lt;td&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;&amp;lt;td&amp;gt;&amp;lt;img src="/EFTClient/btnLogout.gif" id="btnLogout" name="btnLogout" onclick="doLogout(); &lt;span style="color: #ff0000;"&gt;showLogoutPage_New()&lt;/span&gt;;" value="Logout"/&amp;gt;&amp;lt;/td&amp;gt;&lt;/span&gt;&lt;/td&gt;            &lt;/tr&gt;        &lt;/tbody&gt;    &lt;/table&gt;    &lt;/div&gt;    &lt;p&gt;Add a new function to the "javascript" portion at the top of the page (between the &amp;lt;head&amp;gt; tags), making a function that reads as follows (you can edit the displayed text as you please, shown in red text below): &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt; &lt;/p&gt;    &lt;div style="text-align: left;"&gt;    &lt;table style="background-color: #cccccc;" id="table6" border="0" cellspacing="0" bordercolor="#000000"&gt;        &lt;tbody&gt;            &lt;tr&gt;                &lt;td&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;&amp;lt;script language="javascript"&amp;gt;&lt;/span&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;function showLogoutPage_New()&lt;br /&gt;                {&lt;/span&gt;&lt;/p&gt;                &lt;blockquote&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;document.write("&amp;lt;html xmlns=\"http://www.w3.org/1999/xhtml\"&amp;gt;");&lt;br /&gt;                document.write("&amp;lt;head&amp;gt;");&lt;br /&gt;                document.write(" &amp;lt;title&amp;gt;WTC Logged out&amp;lt;/title&amp;gt;");&lt;br /&gt;                document.write(" &amp;lt;meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"&amp;gt;");&lt;br /&gt;                document.write(" &amp;lt;title&amp;gt;GlobalSCAPE&amp;amp;reg; EFT Web Transfer Client&amp;lt;/title&amp;gt;");&lt;br /&gt;                document.write(" &amp;lt;link href=\"/EFTClient/EFTStyles.css\" rel=\"stylesheet\" type=\"text/css\"&amp;gt;");&lt;br /&gt;                &lt;br /&gt;                document.write("&amp;lt;/head&amp;gt;");&lt;br /&gt;                document.write("&amp;lt;body&amp;gt;");&lt;br /&gt;                document.write("&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;");&lt;br /&gt;                document.write("&amp;lt;hr color=\"#000000\" size=\"1\"&amp;gt;&amp;lt;/hr&amp;gt;");&lt;br /&gt;                &lt;br /&gt;                document.write("&amp;lt;table align=\"center\" border=\"0\" style=\"position:relative;top: left: 0px;\" &amp;gt;");&lt;br /&gt;                document.write("&amp;lt;tr&amp;gt;&amp;lt;br&amp;gt;");&lt;br /&gt;                document.write("&amp;lt;td valign =\"middle\"&amp;gt;");&lt;br /&gt;                &lt;br /&gt;                document.write("&amp;lt;strong&amp;gt;&lt;span style="color: #ff0000;"&gt;You are now logged out.&lt;/span&gt;&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;");&lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;Directory listings and other screens may be retained by&lt;/span&gt;&amp;lt;br&amp;gt;");&lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;your browser's history. We recommend you delete&lt;/span&gt;&amp;lt;br&amp;gt;");&lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;temporary files if extremely sensitive data is involved.&lt;/span&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;");&lt;br /&gt;                &lt;br /&gt;                document.write("&amp;lt;strong&amp;gt;&lt;span style="color: #ff0000;"&gt;Security notice:&lt;/span&gt;&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;");&lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;When logging on to this server, we will never&lt;/span&gt;&amp;lt;br&amp;gt;"); &lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;ask for any personal information other than&lt;/span&gt; &amp;lt;br&amp;gt;"); &lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;your account login name and password.&lt;/span&gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;"); &lt;br /&gt;                &lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;If you are ever prompted for additional personal&lt;/span&gt;&amp;lt;br&amp;gt;"); &lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;information upon attempting to log in, please&lt;/span&gt;&amp;lt;br&amp;gt;"); &lt;br /&gt;                document.write("&lt;span style="color: #ff0000;"&gt;contact the server administrator.&lt;/span&gt;&amp;lt;br&amp;gt;"); &lt;br /&gt;                &lt;br /&gt;                document.write("&amp;lt;/td&amp;gt;"); &lt;br /&gt;                document.write("&amp;lt;/tr&amp;gt;"); &lt;br /&gt;                document.write("&amp;lt;/table&amp;gt;"); &lt;br /&gt;                document.write("&amp;lt;/body&amp;gt;");&lt;br /&gt;                document.write("&amp;lt;/html&amp;gt;");&lt;br /&gt;                document.close();&lt;/span&gt;&lt;/blockquote&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;} &lt;/span&gt;&lt;/p&gt;                &lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;&lt;span style="font-family: courier new; font-size: 13px;"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;                &lt;/td&gt;            &lt;/tr&gt;        &lt;/tbody&gt;    &lt;/table&gt;    &lt;/div&gt;    &lt;/li&gt;    &lt;li&gt;Save your changes and paste &lt;b&gt;EFTWebClient.htm&lt;/b&gt; into the EFT Server installation folder's &lt;b&gt;EFTClient&lt;/b&gt; subfolder. &lt;/li&gt;    &lt;li&gt;Stop and start the EFT Server service for your changes to take effect. &lt;/li&gt;    &lt;li&gt;Open the WTC page in your browser to confirm that the changes you want are there. &lt;/li&gt;    &lt;li&gt;Logout to ensure the logout text that you want appears correctly.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;</description><pubDate>Mon, 08 Feb 2010 12:02:24 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Installing DMZ Gateway in a Cluster</title><link>http://kb.globalscape.com/Goto10567.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:43:49 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>DMZ Gateway v2 User Guide</title><link>http://kb.globalscape.com/Goto10566.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:43:31 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>EFT Server Quick Start Guide for Interoperability with Cisco Unified Communications Manager </title><link>http://kb.globalscape.com/Goto10568.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:39:49 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>CuteFTP Mac Professional v3 User Guide</title><link>http://kb.globalscape.com/Goto10565.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:30:47 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>CuteFTP Lite v8 User Guide</title><link>http://kb.globalscape.com/Goto10564.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:29:56 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>CuteFTP Home v8 User Guide</title><link>http://kb.globalscape.com/Goto10563.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:28:55 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>EFT Server v6.1 User Guide</title><link>http://kb.globalscape.com/Goto10558.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:27:01 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>EFT Server v6 User Guide</title><link>http://kb.globalscape.com/Goto10559.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:26:39 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>CuteFTP Professional v8 User Guide</title><link>http://kb.globalscape.com/Goto10560.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:26:22 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Mail Express v2 User Guide</title><link>http://kb.globalscape.com/Goto10561.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:26:06 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>WAFS/CDP v3.6.2 User Guide</title><link>http://kb.globalscape.com/Goto10562.aspx</link><description /><pubDate>Fri, 05 Feb 2010 11:23:55 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Shell is not connected to the TE</title><link>http://kb.globalscape.com/Goto10145.aspx</link><description>&lt;p&gt;&lt;strong&gt;Problem:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;When attempting to start CuteFTP, the following error is received: &lt;strong&gt;Shell is not connected to the TE&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolution:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This can happen if the CuteFTP Transfer Engine (TE) somehow becomes disassociated with the CuteFTP GUI. &lt;br /&gt;&lt;br /&gt;To reassociate the two components, follow these steps: &lt;br /&gt;&lt;br /&gt;1. Navigate to the folder where the CuteFTP TE is installed. By default, this is &lt;em&gt;C:\Program Files\GlobalSCAPE\CuteFTP Home (or Professional)\&lt;/em&gt; &lt;br /&gt;&lt;br /&gt;2. Double-click the file named &lt;strong&gt;ftpte.exe&lt;/strong&gt; to start the TE by itself. &lt;br /&gt;&lt;br /&gt;3. While the TE is open, start CuteFTP normally via the Start menu. &lt;br /&gt;&lt;br /&gt;At this point, the re-association will have been accomplished and you can resume using the software normally. &lt;br /&gt;&lt;br /&gt;If you continue to get the same error, then it may be necessary to re-install CuteFTP. You can download the latest version or build of CuteFTP from here: &lt;br /&gt;&lt;a href="http://www.globalscape.com/support/reg.asp" target="_blank"&gt;http://www.globalscape.com/support/reg.asp&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;After downloading, run setup and select the &lt;strong&gt;REPAIR&lt;/strong&gt; option. &lt;/p&gt;</description><pubDate>Fri, 05 Feb 2010 10:08:09 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>Troubleshooting CuteFTP Connection Problems</title><link>http://kb.globalscape.com/Goto10152.aspx</link><description>&lt;p&gt;Making one or more minor configuration changes to CuteFTP or CuteFTP Pro usually solves connection problems quite easily. &lt;/p&gt;&lt;p&gt;In the &lt;strong&gt;Connection Log&lt;/strong&gt; window (if hidden, press [ALT] + 2 to display) there is a complete list of all communications and commands between CuteFTP and the FTP server you are trying to connect with. In that list there will be at least one &lt;span style="color: #ff1111; "&gt;ERROR message displayed in red&lt;/span&gt;. You will probably need to scroll up to see it.  That error message should tell you the specific reason why you cannot connect.  A list of error messages and their explanations can be found &lt;a href="http://kb.globalscape.com/article.aspx?id=10142"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;1. The most common problem is that the &lt;strong&gt;Host Address&lt;/strong&gt;, the &lt;strong&gt;User Name&lt;/strong&gt; or the &lt;strong&gt;Password&lt;/strong&gt; has been entered incorrectly.  Make sure &lt;em&gt;all three&lt;/em&gt; pieces of information exactly match what the administrator of the Server you are connecting with provided you.&lt;/p&gt;&lt;p&gt;2. Another common problem that usually results in an error such as &lt;span style="color: #ff1111; "&gt;Can't Establish Data Socket&lt;/span&gt; (or something similar) is that some FTP servers are configured to decline Passive (PASV) mode data connections.  By default CuteFTP uses the more common and secure PASV mode (some other FTP clients do not).  You may need to change from PASV mode to Port mode to connect to your site.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;To make the switch in CuteFTP Home:&lt;/strong&gt;  Open the &lt;strong&gt;Site Manager&lt;/strong&gt; and select the problem site in the list on the left side.  On the right side, select the &lt;strong&gt;Type&lt;/strong&gt; tab and change the &lt;strong&gt;Data Connection Type&lt;/strong&gt; to &lt;strong&gt;Use Port&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;To make the switch in CuteFTP Pro:&lt;/strong&gt; In the &lt;strong&gt;Site Manager&lt;/strong&gt;, right-click on the problem site and then click &lt;strong&gt;Site Properties. &lt;/strong&gt; Click the &lt;strong&gt;Type&lt;/strong&gt; tab and change the &lt;strong&gt;Data Connection Type&lt;/strong&gt; to &lt;strong&gt;Use Port&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;3. Another possibility is that ports 20 and 21 are being purposefully blocked, possibly by a personal firewall such as those made by Norton, McAfee or even Microsoft Windows XP.  If you are using a personal firewall software package please configure it so that ports 20 and 21 are both open.  It may also be necessary to grant specific permission for CuteFTP to access those ports.  If you need help configuring your personal firewall software please consult the documentation or the support section of the manufacturers Web site.  The following KB article has additional information about firewall configuration:  &lt;a href="http://kb.globalscape.com/article.aspx?id=10133"&gt;http://kb.globalscape.com/article.aspx?id=10133&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If none of the above helps then the GlobalSCAPE Technical Support team will be happy to look at the connection log and see what's going on.   You will need to submit a complete copy of the connection log to them and supply any other relevant details.  &lt;a href="http://www.globalscape.com/support/mail1.asp"&gt;Click here to submit a ticket to the Technical Support team.&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 05 Feb 2010 10:07:27 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>CuteFTP support for Japanese or Chinese characters in file names</title><link>http://kb.globalscape.com/Goto10166.aspx</link><description>&lt;div class="copy"&gt;&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt; Does CuteFTP support Japanese/Chinese (Kanji) characters in file names?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Answer:&lt;/strong&gt;  Yes, as long as you have the relevant language pack installed for the operating system. This would allow for the Japanese or Chinese characters in the file system. You are not actually required to actively select the language, but you need the pack installed to show (or save/modify) files to the file system with those characters in it.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 10:06:38 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>Command variables not being passed correctly in Event Rules</title><link>http://kb.globalscape.com/Goto10556.aspx</link><description>&lt;div class="copy"&gt;&lt;table&gt;    &lt;!--webbot bot="PurpleText" PREVIEW="need to have class=copy for the stylesheet reference" --&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td colspan="2"&gt;&lt;b&gt;THE INFORMATION IN THIS ARTICLE APPLIES TO:&lt;/b&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td colspan="2"&gt;            &lt;ul&gt;                &lt;li&gt;EFT Server (All versions) &lt;/li&gt;            &lt;/ul&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td colspan="2"&gt;&lt;b&gt;SYMPTOM&lt;/b&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px;"&gt;&lt;!-- this table cell provides white space --&gt; &lt;/td&gt;            &lt;td&gt;Command variables are not being passed correctly in Event Rules.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px;" colspan="2"&gt;&lt;b&gt;RESOLUTION&lt;/b&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px;"&gt;&lt;!-- this table cell provides white space --&gt; &lt;/td&gt;            &lt;td&gt;EFT Server passes the complete variable along to the command; however, due to limitations of some command line applications, they may not be able to interpret the command properly. In certain instances, such as when there is a semicolon in a file name, you may need to enclose the variable in quotation marks in the &lt;b&gt;Command Parameters&lt;/b&gt; box after you insert it from the &lt;b&gt;Context variables&lt;/b&gt; box.            &lt;p&gt;&lt;img alt="" style="border-bottom: 0px solid; border-left: 0px solid; border-top: 0px solid; border-right: 0px solid;" src="http://kb.globalscape.com/attachments/DB_ExecuteCommand_Quotes.gif" /&gt;&lt;/p&gt;            &lt;p&gt;For details of executing a command in an Event Rule, refer to &lt;a href="http://help.globalscape.com/help/eft6-2/using_an_event_rule_to_execute_a_command_run_a_process.htm"&gt;Using an Event Rule to Execute a Command&lt;/a&gt; and &lt;a href="http://help.globalscape.com/help/eft6-2/Using_an_Event_Rule_to_Copy_Files.htm"&gt;Using a Command in an Event Rule to Copy Files&lt;/a&gt;.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 10:06:26 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Menu item for Enter FTP Command is unavailable</title><link>http://kb.globalscape.com/Goto10176.aspx</link><description>&lt;div class="copy"&gt;&lt;p&gt;&lt;strong&gt;Applies to:&lt;/strong&gt; CuteFTP Home and CuteFTP Professional&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Problem: &lt;/strong&gt;On the &lt;strong&gt;Tools&lt;/strong&gt; menu, &lt;strong&gt;Enter FTP Command&lt;/strong&gt; is grayed out and unavailable.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Solution:&lt;/strong&gt; Once you are connected to the remote site, click someplace inside the remote pane on the right side of the screen so that the remote side is selected or active.  Once that happens, you should find that the command becomes available.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 10:05:04 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>Using CuteFTP behind a router</title><link>http://kb.globalscape.com/Goto10172.aspx</link><description>&lt;div class="copy"&gt;&lt;h2&gt;Using CuteFTP behind a router&lt;/h2&gt;&lt;p&gt;In most cases, CuteFTP does not have any problems working behind a router. If you are having problems, try doing all your transfers in PASV mode.&lt;/p&gt;&lt;h4&gt;If connections or transfers still fail:&lt;/h4&gt;&lt;ol&gt;    &lt;li&gt;Check with the FTP server administrator to make certain the Server and it's network are configured to allow FTP in PASV mode.    &lt;/li&gt;    &lt;li&gt;Check your router documentation for information on how to set it up for FTP, or how to open the appropriate ports. FTP generally uses  port 21.    &lt;/li&gt;    &lt;li&gt;You can define a port range for CuteFTP to operate with under &lt;strong&gt;Tools &amp;gt; Global Options &amp;gt; Connection &amp;gt; Assign PORT mode IP address and port range&lt;/strong&gt;.    &lt;/li&gt;    &lt;li&gt;You can try using UPnP (if your NAT or router supports it) to establish a connection properly. You can turn on port mapping under the &lt;strong&gt;Tools &amp;gt; Global Options &amp;gt; Connection&lt;/strong&gt; tab.&lt;/li&gt;&lt;/ol&gt;&lt;h4&gt;Configuration notes&lt;/h4&gt;&lt;ul&gt;    &lt;li&gt;To perform transfers in PORT mode, or for secure transfers,  refer to your router's documentation for information on how to configure the router for such transfers.    &lt;/li&gt;    &lt;li&gt;If you are behind a NAT firewall, and the Secure FTP server is on a different network, you can only make data transfers in PORT mode using a Clear Command Channel SSL connection.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 10:01:53 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>Make CuteFTP case sensitive </title><link>http://kb.globalscape.com/Goto10170.aspx</link><description>&lt;div class="copy"&gt;&lt;h2&gt;Make CuteFTP case sensitive&lt;/h2&gt;&lt;p class="copy"&gt;Some case sensitive servers treat two files with same names and different case as two different files. Like Windows, CuteFTP is not case sensitive and when transferring files, that is uploading or downloading files, it treats two files with the same name and different case as a single file. For example, if you want to upload TEXT.txt file and a text.txt file already exists on the server, then it will treat both the files as same and prompts you to overwrite the text.txt file.&lt;/p&gt;&lt;h4&gt;To make CuteFTP Professional case sensitive:&lt;/h4&gt;&lt;ol&gt;    &lt;li&gt;In the Local pane, click the &lt;strong&gt;Site Manager&lt;/strong&gt; tab.    &lt;/li&gt;    &lt;li&gt;Right-click a site and select &lt;strong&gt;Properties&lt;/strong&gt;. The &lt;strong&gt;Site Properties&lt;/strong&gt; for dialog box opens.    &lt;/li&gt;    &lt;li&gt;Click the &lt;strong&gt;Type&lt;/strong&gt; tab and select &lt;strong&gt;Unix-compatible&lt;/strong&gt; option from the Server Type list.&lt;/li&gt;&lt;/ol&gt;&lt;h4&gt;To make CuteFTP Home Case sensitive&lt;/h4&gt;&lt;ol&gt;    &lt;li&gt;From the CuteFTP menu, select &lt;strong&gt;Tools &amp;gt; Site Manager &amp;gt; Display Site Manager&lt;/strong&gt; or click the &lt;strong&gt;Site Manager&lt;/strong&gt; icon on the toolbar. The &lt;strong&gt;Site Manager&lt;/strong&gt; dialog box opens.&lt;/li&gt;    &lt;li&gt;Click the &lt;strong&gt;Type&lt;/strong&gt; tab and select &lt;strong&gt;Unix-Compatible&lt;/strong&gt; option from the &lt;strong&gt;Server Type&lt;/strong&gt; list.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 10:01:01 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>Stop receiving overwrite prompts</title><link>http://kb.globalscape.com/Goto10171.aspx</link><description>&lt;div class="copy"&gt;&lt;h2&gt;Stop receiving overwrite prompts&lt;/h2&gt;&lt;p&gt;If you are getting numerous overwrite prompts and want to avoid receiving them in the future, configure the Smart Overwrite settings.&lt;/p&gt;&lt;h4&gt;To configure Smart Overwrite settings:&lt;/h4&gt;&lt;ol&gt;    &lt;li&gt;From the CuteFTP menu, Select &lt;strong&gt;Tools &amp;gt; Global Options&lt;/strong&gt;. The &lt;strong&gt;Global Option&lt;/strong&gt; dialog box opens.&lt;/li&gt;    &lt;li&gt;Expand the &lt;strong&gt;Transfer&lt;/strong&gt; function and select the &lt;strong&gt;Smart Overwrite&lt;/strong&gt; option&lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Use Rules&lt;/strong&gt; option from the &lt;strong&gt;For matching files&lt;/strong&gt; list.    &lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Ignore zero byte files&lt;/strong&gt; check box to ignore zero byte files.    &lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Use Rules&lt;/strong&gt; option from the &lt;strong&gt;Matching for folders&lt;/strong&gt; list.    &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Configure Rules&lt;/strong&gt;. The &lt;strong&gt;Overwrite Rule&lt;/strong&gt; dialog box opens.&lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Older option&lt;/strong&gt; from the &lt;strong&gt;Destination file date&lt;/strong&gt; list. &lt;/li&gt;    &lt;li&gt;Select the the &lt;strong&gt;Smaller&lt;/strong&gt; option from the &lt;strong&gt;File size&lt;/strong&gt; list.&lt;/li&gt;    &lt;li&gt;Select the task from the &lt;strong&gt;Task&lt;/strong&gt; list. That is, select the &lt;strong&gt;Any transfer&lt;/strong&gt; option from the &lt;strong&gt;During&lt;/strong&gt; list.&lt;/li&gt;    &lt;li&gt;Select the action from the &lt;strong&gt;Action &lt;/strong&gt;list. That is, select the &lt;strong&gt;Overwrite&lt;/strong&gt; option from the &lt;strong&gt;Then&lt;/strong&gt; list.&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Add&lt;/strong&gt;. The rule is added in the Rule list. You can add as many rules as you want.&lt;/li&gt;    &lt;li&gt;Select &lt;strong&gt;Skip&lt;/strong&gt; from the &lt;strong&gt;Prompt timeout action&lt;/strong&gt; list and select the adjoining &lt;strong&gt;Timout&lt;/strong&gt; &lt;strong&gt;in n seconds&lt;/strong&gt; check box.&lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Resend List command as necessary&lt;/strong&gt; check box. The LIST command retrieves file details and determine similarities and differences between a transferring file and destination file with the same name. &lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Use size and MDTM commands to gather precise details&lt;/strong&gt; check box.The SIZE command retrieves file size and the MDTM command retrieves file modification time and determines similarities and differences between a transferring file and destination file with the same name.&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Apply&lt;/strong&gt; and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 09:59:00 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>High memory usage</title><link>http://kb.globalscape.com/Goto10169.aspx</link><description>&lt;div class="copy"&gt;&lt;h2&gt;High memory usage&lt;/h2&gt;&lt;p&gt;If the Transfer Engine of the CuteFTP works for extended periods of time, it begins to consume large amount of system resources, such as memory and hard drive space due to log and queue requirements.&lt;/p&gt;&lt;p&gt;You can set CuteFTP to remove successful items from the queue to solve this problem.&lt;/p&gt;&lt;h4&gt;To remove successful items from the queue&lt;/h4&gt;&lt;ol&gt;    &lt;li&gt;From the CuteFTP menu, select &lt;strong&gt;Tools &amp;gt; Global Options&lt;/strong&gt;. The &lt;strong&gt;Global Options&lt;/strong&gt; dialog box opens.&lt;/li&gt;    &lt;li&gt;Expand the &lt;strong&gt;Transfer &lt;/strong&gt;function and select &lt;strong&gt;Events&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Remove successful transfer items from the queue automatically&lt;/strong&gt; check box under After Transfer Events.&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Apply&lt;/strong&gt; and then &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;h4&gt;Configuration Notes&lt;/h4&gt;&lt;ul&gt;    &lt;li&gt;Successful transfer items are removed even if tasks are run without the user interface open.&lt;/li&gt;    &lt;li&gt;Each finished queue item takes up about 500 bytes of memory until the Transfer Engine is closed.&lt;/li&gt;    &lt;li&gt;Disable the logging function to improve resource management.&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;To disable logging&lt;/h4&gt;&lt;ol&gt;    &lt;li&gt;From the CuteFTP menu, select &lt;strong&gt;Tools &amp;gt; Global Options&lt;/strong&gt;. The &lt;strong&gt;Global Options&lt;/strong&gt; dialog box opens.&lt;/li&gt;    &lt;li&gt;Expand the &lt;strong&gt;General&lt;/strong&gt; function and select &lt;strong&gt;Logs&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Clear the check boxes for logs that are not required.&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Apply&lt;/strong&gt; and then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 09:58:22 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>FTP servers do not support the Copy command</title><link>http://kb.globalscape.com/Goto10163.aspx</link><description>&lt;div class="copy"&gt;&lt;h2&gt;FTP servers do not support the Copy command&lt;/h2&gt;&lt;p&gt;FTP Servers do not support the Copy command. If you copy a file from a folder in the Remote pane and then try to paste it in any folder in the Remote pane itself, you are moving the file from the original folder to that folder or to a new location on the server. FTP protocol does not allow you to retain the original file and create a copy on other folder. You can use the Cut and Paste command to restore the original file. This is a limitation of the FTP protocol. &lt;/p&gt;&lt;h2&gt;To copy a file or folder from one remote folder to another:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Download the file.&lt;/li&gt;    &lt;li&gt;Upload the file to a new location. Another option is to perform a site-to-site transfer, if your server allows that.&lt;/li&gt;&lt;/ol&gt;&lt;h5&gt;Note:&lt;/h5&gt;&lt;ul&gt;    &lt;li&gt;Some servers do not allow site-to-site transfers&lt;/li&gt;    &lt;li&gt;You can copy a file by downloading the file and then uploading again to a new destination folder, or by performing a site-to-site transfer on the same site if the server allows it. &lt;/li&gt;    &lt;li&gt;The copy command is in the main menu because, you can copy files from the remote to the local pane, or to the queue, and so on.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 09:57:02 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>CuteFTP does not respond when started</title><link>http://kb.globalscape.com/Goto10180.aspx</link><description>&lt;div class="copy"&gt;&lt;p&gt;&lt;strong&gt;The information in this article applies to:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;CuteFTP Home - All Windows versions    &lt;/li&gt;    &lt;li&gt;CuteFTP Professional - All Windows versions&lt;/li&gt;&lt;/ul&gt;&lt;table class="copy" width="100%" border="0"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td colspan="2"&gt;&lt;strong&gt;SYMPTOMS&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p&gt;After installing Windows security update &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms06-015.mspx"&gt;MS06-015&lt;/a&gt;, upon starting CuteFTP the program is not responsive at all or hangs immediately after startup.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td colspan="2" style="width: 15px; "&gt;&lt;strong&gt;CAUSE&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p&gt;The MS06-015 security update package installs a new binary which may stop responding when certain Hewlett Packard or firewall software is installed.  This binary is used by both Windows Explorer and CuteFTP.  Software which may cause this problem includes:&lt;/p&gt;            &lt;ul&gt;                &lt;li&gt;Hewlett-Packard's &lt;em&gt;Share-to-Web&lt;/em&gt; software which is bundled with&lt;/li&gt;                &lt;ul&gt;                    &lt;li&gt;HP &lt;em&gt;PhotoSmart&lt;/em&gt; software&lt;/li&gt;                    &lt;li&gt;Any HP &lt;em&gt;DeskJet&lt;/em&gt; printer that includes a card reader &lt;/li&gt;                    &lt;li&gt;HP Scanners &lt;/li&gt;                    &lt;li&gt;Some HP CD-DVD RWs &lt;/li&gt;                    &lt;li&gt;HP Cameras &lt;/li&gt;                &lt;/ul&gt;                &lt;li&gt;&lt;em&gt;Sunbelt Kerio Personal Firewall&lt;/em&gt;&lt;/li&gt;            &lt;/ul&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt;&lt;/td&gt;            &lt;td&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td colspan="2" style="width: 15px; "&gt;&lt;strong&gt;RESOLUTION&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p&gt;For detailed instructions, see &lt;a href="http://support.microsoft.com/default.aspx/kb/918165/en-us"&gt;Microsoft Knowledge Base Article 918165&lt;/a&gt;. &lt;/p&gt;            &lt;p&gt;Microsoft has not determined if there are other third-party COM controls or shell extensions that may also cause this problem. If the steps above do not resolve your issue, contact &lt;a href="http://www.globalscape.com/support/mail1.asp"&gt;GlobalSCAPE Technical Support&lt;/a&gt;.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 09:54:58 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>CuteFTP was unable to load the resource file...</title><link>http://kb.globalscape.com/Goto10186.aspx</link><description>&lt;div class="copy"&gt;&lt;p&gt;&lt;strong&gt;The information in this article applies to:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;CuteFTP Home (All versions)    &lt;/li&gt;    &lt;li&gt;CuteFTP Professional (All versions)&lt;/li&gt;&lt;/ul&gt;&lt;table class="copy" width="100%" border="0"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td colspan="2"&gt;&lt;strong&gt;SYMPTOMS&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p&gt;When starting CuteFTP from the &lt;strong&gt;Quick Launch&lt;/strong&gt; toolbar, the following error is encountered: &lt;/p&gt;            &lt;ul&gt;                &lt;li&gt;&lt;span style="color: #ff1111; "&gt;CuteFTP was unable to load the resource file. Please reinstall CuteFTP and repair. If you continue to receive this error, please contact our support department.&lt;/span&gt;&lt;/li&gt;            &lt;/ul&gt;            &lt;p&gt;Reinstalling the program does not resolve the error.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td colspan="2" style="width: 15px; "&gt;&lt;strong&gt;CAUSE&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;This error can occur if the CuteFTP program file is copied to the &lt;strong&gt;Quick Launch&lt;/strong&gt; toolbar.  Instead, a shortcut to the program should be created.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td colspan="2" style="width: 15px; "&gt;&lt;strong&gt;RESOLUTION&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p&gt;To repair the problem, remove CuteFTP from the &lt;strong&gt;Quick Launch&lt;/strong&gt; toolbar and then create a shortcut on the toolbar instead.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt; &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 09:54:07 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>I switched from a dial-up ISP to broadband but CuteFTP still attempts to use my old dial-up modem connection.</title><link>http://kb.globalscape.com/Goto10189.aspx</link><description>&lt;div class="copy"&gt;&lt;p&gt;&lt;strong&gt;The information in this article applies to:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;CuteFTP Home (All versions)&lt;/li&gt;    &lt;li&gt;CuteFTP Professional (All versions)&lt;/li&gt;&lt;/ul&gt;&lt;table class="copy" width="100%" border="0"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td colspan="2"&gt;&lt;strong&gt;SYMPTOMS&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p&gt;After switching from a dial-up Internet service provider account to DSL or cable, CuteFTP attempts to connect via the old dialup modem connection instead of using the new DSL or cable (LAN) connection.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td colspan="2" style="width: 15px; "&gt;&lt;strong&gt;CAUSE&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;CuteFTP is still configured to connect via your dial-up modem connection.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td colspan="2" style="width: 15px; "&gt;&lt;strong&gt;RESOLUTION&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p&gt;To configure CuteFTP to use your new DSL or cable LAN connection, follow these steps:&lt;/p&gt;            &lt;ol&gt;                &lt;li&gt;On the &lt;strong&gt;Tools&lt;/strong&gt; menu, click &lt;strong&gt;Global Options&lt;/strong&gt;.&lt;/li&gt;                &lt;li&gt;Expand &lt;strong&gt;Connection&lt;/strong&gt; and click &lt;strong&gt;DUN/LAN&lt;/strong&gt;.&lt;/li&gt;                &lt;li&gt;In &lt;strong&gt;Connection\DUN/LAN&lt;/strong&gt;, select &lt;strong&gt;Connect to the Internet using a LAN&lt;/strong&gt;.&lt;/li&gt;                &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt; and then retry your connection.&lt;/li&gt;            &lt;/ol&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="width: 15px; "&gt; &lt;/td&gt;            &lt;td&gt; &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;</description><pubDate>Fri, 05 Feb 2010 09:53:24 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item></channel></rss>