﻿<?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 2011-2</generator><description>GlobalSCAPE Knowledge Base</description><link>http://kb.globalscape.com/</link><webMaster>noreply@globalscape.com</webMaster><lastBuildDate>Wed, 16 May 2012 16:32:54 GMT</lastBuildDate><ttl>20</ttl><item><title>Thumbnail images not displayed when using Vista</title><link>http://kb.globalscape.com/Goto10349.aspx</link><description>&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 versions 8.0 thru 8.1 when running on Windows Vista &lt;/li&gt;    &lt;li&gt;CuteFTP Pro® versions 8.0 thru 8.1 when running on Windows Vista &lt;/li&gt;&lt;/ul&gt;This issue was fixed in version 8.2.&lt;p&gt;&lt;strong&gt;SYMPTOMS&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;When using &lt;a href="http://help.globalscape.com/help/cuteftppro8/index.htm#Thumbnail_views.htm" class="ApplyClass"&gt;Thumbnail View&lt;/a&gt;, thumbnail images may not be displayed or may be displayed only occasionally.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;CAUSE&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This error is caused by an incompatibility between CuteFTP and Windows Vista.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;RESOLUTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Upgrade to CuteFTP version 8.2 or greater. Registered users can download the most current version of CuteFTP from the &lt;a href="http://www.globalscape.com/support/reg.aspx"&gt;Replacement Software Downloads Web page&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Wed, 16 May 2012 08:25:28 GMT</pubDate><dc:creator>RContreras</dc:creator></item><item><title>Generate a Self-Signed Certificate for Use with GlobalSCAPE Mail Express</title><link>http://kb.globalscape.com/Goto11068.aspx</link><description>&lt;p&gt;&lt;b&gt;THE INFORMATION IN THIS ARTICLE APPLIES TO:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Mail Express, all versions&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;DISCUSSION&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;How to Generate a Self-Signed Certificate to Use with GlobalSCAPE Mail Express&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Acquire OpenSSL by going to http://www.slproweb.com/products/Win32OpenSSL.html and downloading the following:    &lt;ol style="list-style-type: lower-alpha;"&gt;        &lt;li&gt;Win32 - Win32 OpenSSL v1.0.0(x) Light ? “x” should be the most recent version&lt;/li&gt;        &lt;li&gt;Win32 - Visual C++ 2008 Redistributables&lt;/li&gt;    &lt;/ol&gt;    &lt;/li&gt;    OR    &lt;ol style="list-style-type: lower-alpha;"&gt;        &lt;li&gt;Win64 - Win64 OpenSSL v1.0.0(x) Light ? “x” should be the most recent version&lt;/li&gt;        &lt;li&gt;Win64 - Visual C++ 2008 Redistributables (x64)&lt;/li&gt;        &lt;li&gt;Install the appropriate package from 1.b above&lt;/li&gt;        &lt;li&gt;Install the appropriate package from 1.a above&lt;/li&gt;        &lt;li&gt;Navigate into the bin subdirectory of the OpenSSL directory (or add it to your Windows Path so it is recognized)&lt;/li&gt;        &lt;li&gt;Run the following sets of commands:&lt;/li&gt;        &lt;pre&gt;openssl genrsa –des3 –out &lt;span style="background-color: yellow;"&gt;keyname.key&lt;/span&gt; 2048&lt;/pre&gt;        This will require inputting the passphrase for the key twice        &lt;pre&gt;openssl req -new -key &lt;span style="background-color: yellow;"&gt;keyname.key&lt;/span&gt; -out &lt;span style="background-color: yellow;"&gt;csrname.csr&lt;/span&gt; -subj "/C=&lt;span style="background-color: yellow;"&gt;country&lt;/span&gt;/ST=&lt;span style="background-color: yellow;"&gt;state&lt;/span&gt;/L=&lt;span style="background-color: yellow;"&gt;city&lt;/span&gt;/O=&lt;span style="background-color: yellow;"&gt;organization&lt;/span&gt;/OU=&lt;span style="background-color: yellow;"&gt;department&lt;/span&gt;/CN=&lt;span style="background-color: yellow;"&gt;fullyqualified.dnsname.net"&lt;/span&gt;&lt;/pre&gt;        This will require inputting the passphrase once        &lt;pre&gt;openssl x509 -req -days 365 -in &lt;span style="background-color: yellow;"&gt;csrname.csr&lt;/span&gt; -signkey &lt;span style="background-color: yellow;"&gt;keyname.key&lt;/span&gt; -out &lt;span style="background-color: yellow;"&gt;certname.crt&lt;/span&gt;&lt;/pre&gt;        This will require inputting the passphrase once.&lt;br /&gt;        &lt;br /&gt;        Run the following command if you want to remove the passphrase from the key at this point:        &lt;pre&gt;openssl rsa –in &lt;span style="background-color: yellow;"&gt;keyname.key&lt;/span&gt; –out &lt;span style="background-color: yellow;"&gt;keynameclear.key&lt;/span&gt;&lt;/pre&gt;    &lt;/ol&gt;&lt;/ol&gt;</description><pubDate>Wed, 16 May 2012 05:03:59 GMT</pubDate><dc:creator>RContreras</dc:creator></item><item><title>Convert a Non-Apache Certificate to Use with GlobalSCAPE Mail Express</title><link>http://kb.globalscape.com/Goto11064.aspx</link><description>&lt;p&gt;&lt;b&gt;THE INFORMATION IN THIS ARTICLE APPLIES TO:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Mail Express, all versions &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;DISCUSSION&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;How to Convert a Non-Apache Certificate to Use with GlobalSCAPE Mail Express&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Start &amp;gt; Run &lt;/li&gt;    &lt;li&gt;Type &lt;b&gt;MMC&lt;/b&gt; and click &lt;b&gt;OK&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Go into the Console Tab (or File) and select &lt;b&gt;Add/Remove Snap-in&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Click Add and double-click on &lt;b&gt;Certificates&lt;/b&gt; and click &lt;b&gt;Add&lt;/b&gt;, then click &lt;b&gt;OK&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Select &lt;b&gt;Computer Account&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt; &lt;/li&gt;    &lt;li&gt;Select &lt;b&gt;Local Computer&lt;/b&gt; and click &lt;b&gt;Finish&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;b&gt;OK&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Double-click &lt;b&gt;Certificates&lt;/b&gt; to expand the &lt;b&gt;Certificates Console Tree&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Double-click &lt;b&gt;Personal&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Double-click &lt;b&gt;Certificates&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Right-click your domain certificate file and choose &lt;b&gt;ALL TASKS &amp;gt; Export&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;In the wizard, check the box to include the private key and continue until you have a &lt;b&gt;.PFX&lt;/b&gt; file. &lt;/li&gt;    &lt;li&gt;Copy the PFX file to a system that has &lt;b&gt;OpenSSL&lt;/b&gt; installed on it. &lt;/li&gt;    &lt;li&gt;Export the private key from the PFX file:    &lt;pre&gt;C:\OpenSSL\bin\openssl pkcs12 –in name.pfx –nocerts –out name.key.pem&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;Remove the passphrase from the C:\OpenSSL\bin\openssl rsa –in name.key.pem –out name.key &lt;/li&gt;    &lt;li&gt;Fix the KEY file to be Apache compliant.    &lt;ol style="list-style-type: lower-alpha;"&gt;        &lt;li&gt;Open the KEY file in WordPad. &lt;/li&gt;        &lt;li&gt;Remove anything before the line &lt;b&gt;        &lt;pre&gt;“-----BEGIN RSA PRIVATE KEY-----“&lt;/pre&gt;        &lt;/b&gt;&lt;/li&gt;        &lt;li&gt;Remove anything after the line &lt;b&gt;        &lt;pre&gt;“-----END RSA PRIVATE KEY-----“&lt;/pre&gt;        &lt;/b&gt;&lt;/li&gt;        &lt;li&gt;Save the file and close WordPad. &lt;/li&gt;    &lt;/ol&gt;    &lt;/li&gt;    &lt;li&gt;Export the certificate file from the PFX file:    &lt;pre&gt;C:\OpenSSL\bin\openssl pkcs12 –in name.pfx –clcerts –nokeys –out name.cert.pem&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;Fix the CERT.PEM file to be Apache compliant as follows:    &lt;ol style="list-style-type: lower-alpha;"&gt;        &lt;li&gt;Open the CERT.PEM file in WordPad. &lt;/li&gt;        &lt;li&gt;Remove anything before the line&lt;b&gt;        &lt;pre&gt;“-----BEGIN CERTIFICATE-----“&lt;/pre&gt;        &lt;/b&gt;&lt;/li&gt;        &lt;li&gt;Remove anything after the line &lt;b&gt;        &lt;pre&gt;“-----END CERTIFICATE-----“&lt;/pre&gt;        &lt;/b&gt;&lt;/li&gt;        &lt;li&gt;Click &lt;b&gt;File &amp;gt; Save As&lt;/b&gt;. &lt;/li&gt;        &lt;li&gt;Select &lt;b&gt;Unicode Text Document (.txt)&lt;/b&gt; from the drop-down for &lt;b&gt;Save as type&lt;/b&gt;. &lt;/li&gt;        &lt;li&gt;Change the name of the file to be &lt;b&gt;name.crt&lt;/b&gt;. &lt;/li&gt;        &lt;li&gt;Close WordPad. &lt;/li&gt;    &lt;/ol&gt;    &lt;/li&gt;&lt;/ol&gt;</description><pubDate>Wed, 16 May 2012 04:58:52 GMT</pubDate><dc:creator>RContreras</dc:creator></item><item><title>Antivirus Settings in WAFS v3.7.1 and earlier</title><link>http://kb.globalscape.com/Goto10326.aspx</link><description>&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;WAFS/CDP, version 3.7.1 and earlier&lt;/li&gt;&lt;/ul&gt;For WAFS version 4.0 and later, refer to &lt;a class="ApplyClass" href="http://kb.globalscape.com/KnowledgebaseArticle11066.aspx"&gt;KB article #11016&lt;/a&gt;.&lt;p&gt;&lt;strong&gt;DISCUSSION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Yourantivirus configuration can affect file-access performance when using thesystem. This article describes how to optimize your antivirus setup for usewith WAFS/CDP. &lt;/p&gt;&lt;p&gt;Choose from the following antivirus configurations based on yourparticular needs:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Antivirus at each end-user's workstation&lt;/strong&gt; - If each of yourend-users' workstations are protected, the possibility of an infected fileis eliminated and there is no need to run antivirus on the computer runningan Agent. This is the most effective level. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Protection at the server running the Agent&lt;/strong&gt; - Instead of managingantivirus software on each user's workstation, some IT managers prefer torun antivirus software on the servers that run the Agent. When not doneproperly, this can affect the performance of user file access. Refer to "Toconfigure antivirus software at the computer running an Agent" below forimportant exclusion setup notes. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Protection at Server&lt;/strong&gt; - All files move through the Server. You can,therefore, run antivirus software on the Server and scan the Server's rootbefore propagating files to the Agents. &lt;/p&gt;&lt;p&gt;Running antivirus software on an Agent can degrade the performance if notproperly configured. The performance hit is caused by the antivirus softwarethinking that multiple copies of a file are opening. It may scan the samefile up to 3 times when a user opens the file once. It may also performbackground scans that appear as regular CPU cycles (Norton, &lt;ignored&gt;E-Trust&lt;/ignored&gt;,NOD32, etc), as well as process scans of the application. If the file is ina linked folder, then the antivirus software scans the file from theoriginal location upon open, AND from inside the replicate drive (e.g., &lt;ignored&gt;F&lt;/ignored&gt;:\_&lt;ignored&gt;MySrv\MyVol&lt;/ignored&gt;). Finally, the file is seeninternal to the engine (e.g., &lt;ignored&gt;C&lt;/ignored&gt;:\&lt;ignored&gt;WINDOWS\AVMF&lt;/ignored&gt;or D:\&lt;ignored&gt;AVMF&lt;/ignored&gt;), and scanned again. &lt;/p&gt;&lt;p&gt;In addition to on-the-fly scan when a file is changed, some antivirussoftware includes a daily scan. In this case, if it is necessary to do thisdaily scan, it might be useful to do it when the Agent is offline. Forexample, you can schedule the Agent so that it is online 22 hours a day, andoffline for two hours during times when users are less likely to use theAgent. During that time, the computer running the Agent can do backups,virus scans, and so on.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;To configure antivirus software at the computer running an Agent&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Virus checkers allow directories to be excluded from the antivirus scan(often called "exclusions"). The following exclusions should be made at eachAgent:&lt;/p&gt;&lt;ul style="margin-top: 0in; list-style-type: disc;"&gt;    &lt;li class="p"&gt;Always exclude directories AVM0 and &lt;ignored&gt;AVMF&lt;/ignored&gt;.    All data mirrored on the &lt;ignored&gt;C&lt;/ignored&gt; drive will be in C:\&lt;ignored&gt;Windows\AVMF&lt;/ignored&gt;    and all data on any other drive will be in &amp;lt;&lt;span style="font-style: italic;"&gt;&lt;ignored&gt;drive_Letter&lt;/ignored&gt;&lt;/span&gt;&amp;gt;:\&lt;ignored&gt;AVMF&lt;/ignored&gt;    (e.g., D:\&lt;ignored&gt;AVMF&lt;/ignored&gt;). &lt;/li&gt;    &lt;li class="p"&gt;Exclude the entire new drive letters (e.g., &lt;ignored&gt;F&lt;/ignored&gt;:\_&lt;ignored&gt;MyServer&lt;/ignored&gt;    ).&lt;/li&gt;    &lt;li class="p"&gt;If your antivirus scans processes (especially &lt;ignored&gt;E&lt;/ignored&gt;    Trust, &lt;ignored&gt;Innoculan&lt;/ignored&gt;, Symantec Tamper Protection, Trend    Micro &lt;ignored&gt;OfficeScan&lt;/ignored&gt;/Server protect), always exclude &lt;ignored&gt;    &lt;strong&gt;AvlAgt.exe.&lt;/strong&gt;&lt;/ignored&gt;&lt;/li&gt;&lt;/ul&gt;&lt;table cellspacing="0" style="border-spacing: 0px;"&gt;    &lt;colgroup&gt;    &lt;col /&gt;&lt;col /&gt;    &lt;/colgroup&gt;    &lt;tbody&gt;        &lt;tr valign="top"&gt;            &lt;td style="border-style: solid none; border-top: 1px solid #000000; border-bottom: 1px solid #000000;"&gt;&lt;implicit_p&gt;            &lt;img alt="" width="25" height="25" style="border: medium none currentcolor; width: 25px; height: 25px; float: none;" src="http://kb.globalscape.com/attachments/ICON_Info.gif" x-maintain-ratio="TRUE" /&gt;&lt;/implicit_p&gt;&lt;/td&gt;            &lt;td style="border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-right-style: none;"&gt;            &lt;p&gt;Some local server antivirus applications in corporate environments,            like &lt;ignored&gt;McAfee&lt;/ignored&gt;, are controlled by a central monitor            service run by your IT at headquarters. Exclusions must be specified            at that central console; the console then pushes them out. The            exclude list you see at each remote site is ignored in these            hierarchical topologies.&lt;/p&gt;            &lt;p&gt;            If slowness persists for user access to CAD files, exclude the CAD            file extension from the workstation antivirus, and check the            performance again.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;</description><pubDate>Wed, 16 May 2012 03:40:39 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>WAFS v4.x Antivirus Settings</title><link>http://kb.globalscape.com/Goto11066.aspx</link><description>&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;WAFS version 4.0 and later&lt;/li&gt;&lt;/ul&gt;For WAFS v3.7.1 and earlier, refer to &lt;a href="http://kb.globalscape.com/KnowledgebaseArticle10326.aspx" class="ApplyClass"&gt;KB article #10326&lt;/a&gt;.&lt;p&gt;&lt;strong&gt;DISCUSSION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Your antivirus configuration can affect file-access performance when using the system. This section describes how to optimize your antivirus setup for use with WAFS.&lt;/p&gt;&lt;p&gt;Choose from the following antivirus configurations based on your particular needs, in order from most to least recommended:&lt;/p&gt;&lt;ol style="list-style-type: decimal;"&gt;    &lt;li&gt;    &lt;p&gt;&lt;span style="font-weight: bold;"&gt;Antivirus at each end-user's workstation&lt;/span&gt; - If each of your end-users' workstations are protected, the possibility of an infected file is eliminated and there is no need to run antivirus on the computer running an Agent. This is the most effective level.&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;span style="font-weight: bold;"&gt;Protection at the Vault&lt;/span&gt; - All files move through the Vault. You can, therefore, run antivirus software on the Vault and scan the Vault's root before propagating files to the Agents.&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;span style="font-weight: bold;"&gt;Protection at the computer     running the Agent&lt;/span&gt; - Instead of managing antivirus software     on each user's workstation, some IT managers prefer to run antivirus     software on the computers that run the Agents. When not done properly,     this can affect the performance of user file access. Refer to &lt;a href="http://kb.globalscape.com/Staff/StaffInsertArticle1.aspx#Recommendations"&gt;Recommendations     for Directories, Drives, and Processes to Exclude in Your Antivirus     Software&lt;/a&gt;, below, for important exclusion setup notes.&lt;/p&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Running antivirus software on an Agent can degrade the performance if not properly configured. The performance hit is caused by the antivirus software thinking that multiple copies of a file are opening. It may scan the same file up to 3 times when a user opens the file once. It may also perform background scans that appear as regular CPU cycles (Norton, E-Trust, NOD32, etc), as well as process scans of the application. If the file is in a linked folder, then the antivirus software scans the file from the original location upon open, AND from inside the replicate drive (e.g., F:\_MySrv\MyVol). Finally, the file is seen internal to the engine (e.g., &lt;strong&gt;C:\WINDOWS\AVMF&lt;/strong&gt; or &lt;strong&gt;D:\AVMF&lt;/strong&gt;), and scanned again.&lt;/p&gt;&lt;p&gt;In addition to on-the-fly scan when a file is changed, some antivirus software includes a daily scan. In this case, if it is necessary to do this daily scan, it might be useful to do it when the Agent is offline. For example, you can schedule the Agent so that it is online 22 hours a day, and offline for two hours during times when users are less likely to use the Agent. During that time, the computer running the Agent can do backups, virus scans, and so on.&lt;/p&gt;&lt;h3&gt;&lt;a name="Recommendations"&gt;&lt;/a&gt;Recommendations for Directories, Drives, and Processes to Exclude in Your Antivirus Software&lt;/h3&gt;&lt;p&gt;Antivirus applications typically allow directories to be excluded from the antivirus scan (often called "exclusions"). When available, you should exclude directories AVM0 and AVMF. All data mirrored on the C drive will be in &lt;strong&gt;C:\Windows\AVMF&lt;/strong&gt; and all data on any other drive will be in &amp;lt;&lt;span style="font-style: italic;"&gt;drive_Letter&lt;/span&gt;&amp;gt;:\AVMF (e.g., &lt;strong&gt;D:\AVMF&lt;/strong&gt;). Exclude the entire Vault Data drive (e.g., F:\_MyServer). If your antivirus scans processes (especially E Trust, Innoculan, Symantec Tamper Protection, Trend Micro OfficeScan/Server protect), always exclude &lt;span style="font-weight: bold;"&gt;WAFSAgentManager.exe&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Below is a list of files and locations, and exclusion suggestions for firewalls&lt;/strong&gt;:&lt;/p&gt;&lt;ul style="list-style-type: disc;"&gt;    &lt;li&gt;    &lt;p&gt;On the Agent computer:&lt;/p&gt;    &lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;        &lt;p&gt;C:\Program Files (x86)\GlobalSCAPE&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;&amp;lt;Drive(s) with AVMF&amp;gt;:\AVMF&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;&amp;lt;Drive with AVM0&amp;gt;:\AVM0&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;Vault drive letter&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;C:\Program Files (x86)\GlobalSCAPE\WAFS Agent\AgentConsole.exe&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;C:\Program Files (x86)\GlobalSCAPE\WAFS Agent\AgentService.exe&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;C:\Program Files (x86)\GlobalSCAPE\WAFS Agent\WafsAgentManager.exe&lt;/p&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;li&gt;    &lt;p&gt;On the Vault computer:&lt;/p&gt;    &lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;        &lt;p&gt;&amp;lt;Drive with AD&amp;gt;:\AD or &amp;lt;Drive with Vault Data&amp;gt;:\Vault         Data&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;C:\Program Files (x86)\GlobalSCAPE&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;C:\Program Files (x86)\GlobalSCAPE\WAFS Vault\VaultConsole.exe&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;C:\Program Files (x86)\GlobalSCAPE\WAFS Vault\VaultService.exe&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;C:\Program Files (x86)\GlobalSCAPE\WAFS Vault\WafsVaultMonitor.exe&lt;/p&gt;        &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;ul style="list-style-type: disc;"&gt;    &lt;li&gt;    &lt;p&gt;Regarding Firewalls:&lt;/p&gt;    &lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;        &lt;p&gt;Exclude any ports / additional channels that the WAFS Vault and WAFS Agents use&lt;/p&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;p&gt;Exclude the IP address of the WAFS Vault and WAFS Agents from monitoring / stateful packet inspection&lt;/p&gt;        &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;table cellspacing="0" style="vertical-align: top;"&gt;    &lt;colgroup&gt;&lt;col /&gt;     &lt;col /&gt;     &lt;/colgroup&gt;    &lt;tbody&gt;        &lt;tr style="vertical-align: top;"&gt;            &lt;td style="border-top: 1px solid #000000; border-bottom: 1px solid #000000;"&gt;&lt;img alt="" width="25" height="25" style="border: medium none;" src="http://kb.globalscape.com/attachments/ICON_Info.gif" /&gt;&lt;/td&gt;            &lt;td style="border-top: 1px solid #000000; border-bottom: 1px solid #000000;"&gt;            &lt;p class="Notebody"&gt;Some local server antivirus applications in corporate environments, like McAfee, are controlled by a central monitor service run by your IT at headquarters. Exclusions must be specified at that central console; the console then pushes             them out. The exclude list you see at each remote site is ignored in these hierarchical topologies. If slowness persists for user access to CAD files, exclude the CAD file extension from the workstation antivirus, and check the performance again.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;</description><pubDate>Wed, 16 May 2012 03:37:50 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Does CuteFTP contain spyware or adware?</title><link>http://kb.globalscape.com/Goto10193.aspx</link><description>&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&lt;sup&gt;®&lt;/sup&gt;, all versions &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Does CuteFTP contain spyware or adware?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;No it does not contain spyware or adware. When CuteFTP 3.0 was released in 1999, it displayed advertising banners during the trial period. The ad banners were provided by a third-party adware (not spyware) company (Aureate/Radiate). The only thing that was ever tracked was whether an ad was clicked on. No information was ever tied to any personally identifiable information and once CuteFTP was registered, the ad banners were disabled.&lt;/p&gt;&lt;p&gt;With the introduction of CuteFTP 4.2 in November of 2000, advertising banners and their associated Aureate/Radiate components were removed from the program. GlobalSCAPE products no longer use Aureate/Radiate adware or any other third-party advertising components.&lt;/p&gt;</description><pubDate>Mon, 14 May 2012 08:13:24 GMT</pubDate><dc:creator>RContreras</dc:creator></item><item><title>I cannot login to my FTP site.  What is my password?</title><link>http://kb.globalscape.com/Goto10137.aspx</link><description>&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 (All Versions) &lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;p&gt;I cannot login to my FTP site. What is my password? &lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The administrator of your FTP site assigns and maintains your login information, including the Host address, Username, and Password. If you are receiving an error message indicating that any one or more of those items is incorrect, contact your Internet service provider (ISP)/Web/FTP hosting provider for the correct login information. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color: #dd3333;"&gt;GlobalSCAPE does not have access to your login information. GlobalSCAPE cannot reset your password. Only your ISP/Web/FTP hosting provider can do that.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;To change your password in CuteFTP, refer to &lt;a href="http://help.globalscape.com/help/cuteftppro8/Changing_a_Site_s_Connection_Settings_or_Login_Information.htm"&gt;Changing a Site's Connection Settings or Login Information&lt;/a&gt; in the CuteFTP help file.&lt;/p&gt;&lt;p&gt;If you are certain that your login information is correct and your FTP Server administrator has verified that you have access to the site to which you are attempting to log in, try the following:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Review the connection log and the codes in &lt;span id="_ctl0_ArticleRepeater__ctl1_ArticleTitle"&gt;&lt;a href="http://kb.globalscape.com/article.aspx?id=10142"&gt;Q10142 - ERRDOC: FTP Status and Error Codes&lt;/a&gt; to determine exactly what the error is.&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Verify that the destination server name, IP address, subnet mask, and port numbers are correct. &lt;/li&gt;    &lt;li&gt;Try again later. The remote server may be temporarily or permanently inaccessible. &lt;/li&gt;    &lt;li&gt;Ensure that your Site is properly configured in CuteFTP. &lt;/li&gt;    &lt;li&gt;Verify that you have chosen an allowed protocol (SSH2, SSL, FTP, etc.) and have configured all required options for that protocol. &lt;/li&gt;    &lt;li&gt;Try using only one connection thread when connecting to this particular server. The remote server may be refusing multiple connections from the same client. &lt;/li&gt;    &lt;li&gt;Verify that your local firewall or Windows Vista is not blocking outbound connections originating from your FTP client. &lt;/li&gt;    &lt;li&gt;Try pinging the IP address of the server.    &lt;ul&gt;        &lt;li&gt;At a Windows Command Prompt, type ping, a space, and then the address of the FTP server. (e.g., &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;ping ftp.geocities.com&lt;/span&gt;) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;If you are using a router, verify the router is up and running. (Check it by pinging it and then ping an address outside of the router.) &lt;/li&gt;    &lt;li&gt;Do a traceroute to the destination to verify all routers along the connection path are operational. (e.g., &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;traceroute ftp.geocities.com)&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Disable your anti-virus software to determine if it is blocking the connection. &lt;/li&gt;    &lt;li&gt;Try &lt;a href="http://kb.globalscape.com/article.aspx?id=10407"&gt;connecting to the FTP server from a Windows Command Prompt&lt;/a&gt;.&lt;/li&gt;&lt;/ol&gt;</description><pubDate>Mon, 14 May 2012 07:52:45 GMT</pubDate><dc:creator>RContreras</dc:creator></item><item><title>Firewalling Mail Express URLs</title><link>http://kb.globalscape.com/Goto10609.aspx</link><description>&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;Mail Express, v3 &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;DISCUSSION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This article discusses the static URLs that are used by Mail Express. It is recommended that you protect the internal-only URLs in the table below from external (e.g. Internet) access using a firewall. Typically this may be accomplished by adding DENY rules for the URLs identified as "Internal Only" in the table below.&lt;/p&gt;&lt;h2&gt;&lt;span style="font-size: 13px;"&gt;Mail Express Server URLs&lt;/span&gt;&lt;/h2&gt;&lt;p class="MsoNormal"&gt;The Mail Express Server exposes the following static URLs:&lt;/p&gt;&lt;table width="648" class="MsoTableGrid" style="border: medium none; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: black 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;&lt;strong&gt;URL&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: black 1pt solid;border-bottom: black 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: black 1pt solid; border-right: black 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: black 1pt solid;border-bottom: black 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: black 1pt solid; border-right: black 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;&lt;strong&gt;Recommended Access&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/svc&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Web services for Outlook Add-In&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal Only&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/admin&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Admin Home Page&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal Only&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/adminLogin&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Admin Login Page&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal Only&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/help/AdminUser/*&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Admin Help Guide&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal Only&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/login&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal/External Login Page&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal, External&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/help/WebUser/*&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;User Help Guide&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal, External&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/pickup&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Package Pick-up Page&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal, External&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/dropoff&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Package Drop-off Page&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal, External&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/logout&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Logout Page&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal, External&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;https://&amp;lt;host&amp;gt;/internal&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal Web Page&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;            &lt;p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt;"&gt;Internal, External&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 237px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;https://&amp;lt;host&amp;gt;/reply&lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 213px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;Reply Page&lt;/td&gt;            &lt;td valign="top" style="border: 1pt solid;border-bottom: 1pt solid; border-left: medium none; padding-bottom: 0in; padding-left: 5.4pt; width: 152px; padding-right: 5.4pt; border-top: medium none; border-right: 1pt solid; padding-top: 0in;"&gt;Internal, External&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p class="MsoNormal"&gt;The remaining URLs used to access the system are dynamically generated during operation and are relative to each specific client session. The dynamic URLs are used for both internal and external dynamically generated pages and will be relative to the root URL https://&amp;lt;host&amp;gt;/&amp;lt;dynamic portion&amp;gt;. As such, when configuring firewall rules you must not prevent external access to https://&amp;lt;host&amp;gt;/* so that the external portals may function properly. Typically this may be accomplished by only using DENY rules to prevent access to the URLs identified as "Internal Only" in the table above.&lt;/p&gt;</description><pubDate>Mon, 14 May 2012 07:11:18 GMT</pubDate><dc:creator>RContreras</dc:creator></item><item><title>"Attachment size threshold has been exceeded" error appears when attempting to attach a large file to an email</title><link>http://kb.globalscape.com/Goto10548.aspx</link><description>&lt;p&gt;&lt;b&gt;THE INFORMATION IN THIS ARTICLE APPLIES TO:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Mail Express, v3.0 - v3.2&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;SYMPTOM&lt;/b&gt;&lt;!-- this table cell provides white space --&gt;&lt;p&gt;"Attachment size threshold has been exceeded" error appears when attempting to attach a large file to an email.&lt;/p&gt;&lt;b&gt;RESOLUTION&lt;/b&gt;&lt;!-- this table cell provides white space --&gt;&lt;p&gt;When end-users attach a large attachment to an email, they may receive a dialog box stating that their "Attachment size threshold has been exceeded." This occurs even though the user’s threshold settings in Exchange are increased to allow attachments of that size. This error can occur when Cached Exchange Mode is used in Outlook, which can cause Outlook to sometimes ignore the Exchange threshold settings for attachment size or to not notice that the settings have changed. &lt;/p&gt;&lt;p&gt;If you experience this error, please try one of the following approaches: &lt;/p&gt;&lt;p&gt;&lt;b&gt;Approach 1: &lt;/b&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Do not use Cached Exchange Mode (see the procedure below to turn off Cached Exchange Mode). &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Approach 2:&lt;/b&gt; &lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Turn off Cached Exchange Mode (see the procedure below). &lt;/li&gt;    &lt;li&gt;Close Outlook. &lt;/li&gt;    &lt;li&gt;Delete the &lt;b&gt;extend.dat&lt;/b&gt; file in the &lt;b&gt;%userprofile%\Local Settings\Application Data\Microsoft\Outlook&lt;/b&gt; folder. &lt;br /&gt;    (&lt;b&gt;extend.dat&lt;/b&gt; is a hidden system file. To display hidden files, in Windows Explorer, click &lt;b&gt;Tools &amp;gt; Folder Options &amp;gt; View&lt;/b&gt; tab, then click the &lt;b&gt;Show hidden files, folders, and drives&lt;/b&gt; option.) &lt;/li&gt;    &lt;li&gt;Open Outlook. &lt;/li&gt;    &lt;li&gt;Turn Cached Exchange Mode back on. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;b&gt;To turn on or off Cached Exchange Mode (in Outlook 2007)&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;On the &lt;b&gt;Tools&lt;/b&gt; menu, click &lt;b&gt;Account Settings&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;On the &lt;b&gt;E-mail&lt;/b&gt; tab, click the Exchange account, and then click &lt;b&gt;Change&lt;/b&gt;. &lt;/li&gt;    &lt;li&gt;Under &lt;b&gt;Microsoft Exchange server&lt;/b&gt;, do one of the following:    &lt;ul&gt;        &lt;li&gt;To turn off Cached Exchange Mode, clear the &lt;b&gt;Use Cached Exchange Mode&lt;/b&gt; check box. &lt;/li&gt;        &lt;li&gt;To turn on Cached Exchange Mode, select the &lt;b&gt;Use Cached Exchange Mode&lt;/b&gt; check box. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Exit and restart Outlook. &lt;/li&gt;&lt;/ol&gt;</description><pubDate>Mon, 14 May 2012 07:09:16 GMT</pubDate><dc:creator>RContreras</dc:creator></item><item><title>Tips for working with AutoCAD</title><link>http://kb.globalscape.com/Goto10341.aspx</link><description>&lt;p&gt;&lt;b&gt;THE INFORMATION IN THIS ARTICLE APPLIES TO:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;WAFS &lt;/li&gt;    &lt;li&gt;CDP &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;DISCUSSION&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Refer to the following help topics:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;WAFS/CDP v3.6 - 3.7.1:    &lt;ul&gt;        &lt;li&gt;AutoCAD tips: &lt;a href="http://help.globalscape.com/help/wafs3/Tips_for_AutoCAD.htm"&gt;http://help.globalscape.com/help/wafs3/Tips_for_AutoCAD.htm&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;Using Revit with GlobalSCAPE WAFS: &lt;a href="http://help.globalscape.com/help/wafs3/Using_Revit_with_GlobalSCAPE_WAFS.htm"&gt;http://help.globalscape.com/help/wafs3/Using_Revit_with_GlobalSCAPE_WAFS.htm&lt;/a&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;WAFS/CDP v4:    &lt;ul&gt;        &lt;li&gt;AutoCAD tips: &lt;a href="http://help.globalscape.com/help/wafs4/Tips_for_AutoCAD.htm"&gt;http://help.globalscape.com/help/wafs4/Tips_for_AutoCAD.htm&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;Using Revit with GlobalSCAPE WAFS: &lt;a href="http://help.globalscape.com/help/wafs4/Using_Revit_with_GlobalSCAPE_WAFS.htm"&gt;http://help.globalscape.com/help/wafs4/Using_Revit_with_GlobalSCAPE_WAFS.htm&lt;/a&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 14 May 2012 05:13:20 GMT</pubDate><dc:creator>RContreras</dc:creator></item><item><title>Can EFT Server pull user accounts from multiple child domains and/or forests?</title><link>http://kb.globalscape.com/Goto10542.aspx</link><description>This article is a duplicate of &lt;a href="http://kb.globalscape.com/KnowledgebaseArticle11048.aspx" class="ApplyClass"&gt;KB11048&lt;/a&gt;. Please point your bookmarks to this other article.</description><pubDate>Wed, 25 Apr 2012 03:23:52 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Do EFT Server and SAT support a multi-forest configuration?</title><link>http://kb.globalscape.com/Goto11048.aspx</link><description>&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;EFT Server, version 6.1 and later&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Do EFT Server and SAT support a multi-forest configuration? Can EFT Server pull user accounts from multiple child domains and/or forests?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;EFT Server allows you to specify only one domain and one group. However,  that group can contain groups and users from foreign domains, as long as a trust relationship exists between the domains. This allows users  from remote domains to  authenticate to EFT Server. So, as long as a trust relationship exists between the domains, EFT Server can authenticate users from remote domains. The domain in which EFT Server resides will need to have a group that contains the foreign domain users. The main point is that EFT Server only talks to one AD/forest/controller. If the AD/forest/controller is properly configured to get information from the other domain/forest, then EFT Server will authenticate those users. This also applies to the Secure Ad Hoc Transfer (SAT) authentication module when AD authentication is used.&lt;/p&gt;&lt;table cellspacing="0" style="vertical-align: top;"&gt;    &lt;colgroup&gt;&lt;col /&gt;    &lt;col /&gt;    &lt;/colgroup&gt;    &lt;tbody&gt;        &lt;tr style="vertical-align: top;"&gt;            &lt;td style="border-top: 1px solid #000000; border-bottom: 1px solid #000000;"&gt;            &lt;p class="Notebody"&gt;&lt;img alt="" width="25" height="25" style="border: medium none;" src="http://kb.globalscape.com/attachments/ICON_Info.gif" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="border-top: 1px solid #000000; border-bottom: 1px solid #000000;"&gt;            &lt;p class="Notebody"&gt;If you plan to override SAT’s Integrated            Windows Authentication by modifying the configuration settings            file’s Path, DomainAdminUser, DomainAdminPass (base64 encoded),            and AuthenticationMethod fields, you must also set "ConnectionSettingEnabled"            value="True", otherwise those values will NOT be used            by SAT. &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;Please refer to the online help topics &lt;a href="http://help.globalscape.com/help/eft6-4/index.htm#mergedprojects/eft/support_for_foreign_groups.htm" target="_blank"&gt;Support for Foreign Groups&lt;/a&gt; and &lt;a href="http://help.globalscape.com/help/sat3/Using_SAT_with_Active_Directory.htm" target="_blank"&gt;Using SAT with Active Directory&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;NOTE: &lt;/strong&gt;When your forest contains domain trees with many childdomains and you observe noticeable user authentication delays betweenthe child domains, you can optimize the user authentication processbetween the child domains by creating shortcut trusts to mid-leveldomains in the domain tree hierarchy. For more information, refer to &lt;a href="http://go.microsoft.com/fwlink/?LinkId=42644"&gt;When to create a shortcut trust&lt;/a&gt; on Microsoft's Web site. &lt;/p&gt;&lt;p&gt;For details of controlling access to shared resources across domains, refer to the Microsoft TechNet article, &lt;a href="http://technet.microsoft.com/en-us/library/cc787646%28WS.10%29.aspx"&gt;Accessing resources across domains&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Apr 2012 03:23:10 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Mail Express Outlook Add-in user logon using Windows authentication fails with a (400) Bad request error</title><link>http://kb.globalscape.com/Goto11054.aspx</link><description>&lt;p&gt;&lt;b&gt;THE INFORMATION IN THIS ARTICLE APPLIES TO:&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Mail Express, all versions&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;SYMPTOM&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Mail Express Outlook Add-in user logon using Windows authentication fails with a (400) Bad request error.&lt;/p&gt;&lt;p&gt;&lt;b&gt;CAUSE&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Apache Tomcat, the web server used by Mail Express, imposes a limit on the size of the header of each HTTP request. The default limit is 8192 bytes. If the header of an HTTP request exceeds this limit (such as when a user has numerous AD accounts and group memberships), Tomcat closes the TCP connection, causing the authentication to fail.&lt;/p&gt;&lt;p&gt;&lt;b&gt;WORKAROUND&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Add the &lt;span style="font-family: courier new;"&gt;maxHttpHeaderSize &lt;/span&gt;value to the first Connector in the &lt;b&gt;&amp;lt;Installation Directory&amp;gt;\conf\server.xml &lt;/b&gt;file, as described below.  The Mail Express Server service must be restarted for any changes to take effect.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;To configure the Mail Express Server to allow a larger header size:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Shut down the Mail Express Server service. &lt;/li&gt;    &lt;li&gt;Using a text editor such as Notepad, edit the configuration file “&amp;lt;Mail Express Server Installation Directory&amp;gt;\conf \server.xml”&lt;/li&gt;    &lt;li&gt;Locate the SSL Connector definition XML Element by searching for the text "port=443". The element will be similar to:    &lt;pre&gt;	&amp;lt;Connector 			address="192.168.1.58"			port="443"			protocol="HTTP/1.1"			connectionTimeout="20000"			keepAliveTimeout="20000"			enableLookups="true" 			disableUploadTimeout="true"			acceptCount="100"			maxThreads="200"			scheme="https"			secure="true"			SSLEnabled="true"			SSLProtocol="all"			SSLCipherSuite="ALL:!ADH:!SSLv2:!EXPORT40:!EXP:!LOW"			SSLCertificateFile="${catalina.home}\conf\MailExpress.crt" 			SSLCertificateKeyFile="${catalina.home}\conf\MailExpress.key"			SSLPassword="mailexpress"			SSLVerifyClient="none"			SSLVerifyDepth="10"/&amp;gt;	&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;Add the maxHttpHeaderSize attribute into the “Connector” definition. For example: &lt;span style="font-family: courier new;"&gt;maxHttpHeaderSize="16384"&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;blockquote&gt;&lt;p style="margin-top: 0px; margin-bottom: 0px;"&gt;The number can range from 8192 to 65536&lt;ip&gt;. The resulting Connector definition should resemble the following example:&lt;/ip&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;pre style="margin-top: 0px; margin-bottom: 0px;"&gt;	&amp;lt;Connector			address="192.168.1.58"			port="443"			protocol="HTTP/1.1"			connectionTimeout="20000"			keepAliveTimeout="20000"			enableLookups="true" 			disableUploadTimeout="true"			acceptCount="100"			maxThreads="200"			&lt;b&gt;maxHttpHeaderSize="16384"&lt;/b&gt;			scheme="https"			secure="true"			SSLEnabled="true"			SSLProtocol="all"			SSLCipherSuite="ALL:!ADH:!SSLv2:!EXPORT40:!EXP:!LOW"			SSLCertificateFile="${catalina.home}\conf\MailExpress.crt" 			SSLCertificateKeyFile="${catalina.home}\conf\MailExpress.key"			SSLPassword="mailexpress"			SSLVerifyClient="none"			SSLVerifyDepth="10"/&amp;gt;&lt;/pre&gt;&lt;ol&gt;    &lt;li value="5"&gt;Save the changes to the file. &lt;/li&gt;    &lt;li&gt;Start the Mail Express Server service.&lt;/li&gt;&lt;/ol&gt;</description><pubDate>Fri, 13 Apr 2012 05:47:14 GMT</pubDate><dc:creator>GlobalSCAPE Support 1</dc:creator></item><item><title>Is CuteHTML Compatible with Windows Vista? (DEPRECATED)</title><link>http://kb.globalscape.com/Goto10343.aspx</link><description>&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;CuteHTML 2.3&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;NOTE: CuteHTML has been discontinued.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Is CuteHTML compatible with Microsoft Windows Vista?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;CuteHTML is not supported on Windows Vista.&lt;/p&gt;&lt;p&gt;CuteHTML may run on Windows Vista however special consideration needs to be made when activating and configuring the program. Please browse to &lt;a href="http://kb.globalscape.com/article.aspx?id=10332"&gt;GlobalSCAPE Knowledge Base Article ID 10332&lt;/a&gt; for activation and configuration instructions.&lt;/p&gt;&lt;p&gt;No other testing has been performed on CuteHTML running on Windows Vista. At this time there are no plans to support CuteHTML on Windows Vista in the future.&lt;/p&gt;</description><pubDate>Thu, 12 Apr 2012 08:02:32 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Roaming Profiles</title><link>http://kb.globalscape.com/Goto10339.aspx</link><description>&lt;p&gt;The Information in This Article Applies to:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;WAFS&lt;/li&gt;    &lt;li&gt;CDP&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Refer to the online help article &lt;a href="http://help.globalscape.com/help/wafs4/roaming_profiles.htm"&gt;Roaming Profiles&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Thu, 12 Apr 2012 07:58:12 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Moving EFT Server from one computer to another computer</title><link>http://kb.globalscape.com/Goto10251.aspx</link><description>&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;EFT Server, versions 5.x and later &lt;/li&gt;    &lt;li&gt;Secure FTP Server (All Versions) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;How can I move my Server from one computer to another and keep my configuration, users, permissions, etc.?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The process and file locations for manually copying your Server configuration from one computer to another, or if you need to rebuild the hard drive on which the Server is installed, depends on the version number of the old installation and the version number of the new installation.&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;In EFT Server Enterprise version 6,&lt;/strong&gt;&lt;/span&gt; you can backup your server configuration on the old (EFT Server Enterprise v6) computer and then restore it on the new computer using the Migration Wizard. (&lt;strong&gt;NOTE:&lt;/strong&gt; "Downgrading" from EFT Server Enterprise to EFT Server basic is not supported.)&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Refer to the online help topic &lt;a href="http://help.globalscape.com/help/eft6/Backing_Up_or_Restoring_Server_Configuration.htm"&gt;Backing Up or Restoring Server Configuration&lt;/a&gt; for details of using the Migration Wizard. &lt;/li&gt;    &lt;li&gt;Refer to the online help topic &lt;a href="http://help.globalscape.com/help/eft6/CopyingConfigurationtoSeveralComputers.htm"&gt;Copying a Server Configuration to Several Computers&lt;/a&gt; for details of manually copying configuration. &lt;/li&gt;    &lt;li&gt;Refer to &lt;a href="http://help.globalscape.com/help/eft6/File_Location_Changes.htm"&gt;File Location Changes&lt;/a&gt; for details of file location changes between versions. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;In EFT Server (basic edition) version 6&lt;/strong&gt;&lt;/span&gt;, the Migration Wizard is not available. To copy configuration from one EFT Server basic to another, or from EFT Server basic to EFT Server Enterprise, you must use the manual process in the online help topic &lt;a href="http://help.globalscape.com/help/eft6/CopyingConfigurationtoSeveralComputers.htm"&gt;Copying a Server Configuration to Several Computers&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;In EFT Server versions 5 and prior and in Secure FTP Server&lt;/strong&gt;&lt;/span&gt;, only manual copy/backup is available.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Refer to &lt;a href="http://help.globalscape.com/help/eft5/admin/copying_an_eft_server_configuration_to_several_computers.htm"&gt;Copying an EFT Server Configuration to Several Computers&lt;/a&gt; for details of manually copying configuration. &lt;/li&gt;&lt;/ul&gt;&lt;table cellspacing="0" style="border-spacing: 0px;"&gt;    &lt;colgroup&gt;&lt;col /&gt;&lt;col /&gt;&lt;/colgroup&gt;    &lt;tbody&gt;        &lt;tr valign="top"&gt;            &lt;td style="border-style: solid none; padding-right: 10px; padding-left: 10px; border-top: 1px solid #000000; border-bottom: 1px solid #000000;"&gt;            &lt;p class="Notebody"&gt;&lt;img alt="" height="25" width="25" x-maintain-ratio="TRUE" src="http://kb.globalscape.com/attachments/ICON_Info.gif" style="border: medium none currentcolor; width: 25px; height: 25px; float: none;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="padding-right: 10px; padding-left: 10px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-right-style: none;"&gt;            &lt;p&gt;When copying from one EFT Server to another EFT Server, simply copying the old .&lt;strong&gt;cfg &lt;/strong&gt;and .&lt;strong&gt;aud&lt;/strong&gt; files to the new computer might not work, because &lt;strong&gt;ftp.cfg&lt;/strong&gt; contains the full path to the .&lt;strong&gt;aud&lt;/strong&gt; file(s) and the path may have changed. The .&lt;strong&gt;aud&lt;/strong&gt; file either must be stored at the same path where it was previously or the &lt;strong&gt;.aud &lt;/strong&gt;path should be corrected in the new installation. (You can specify the new path in the &lt;strong&gt;Authentication Options&lt;/strong&gt; on the Site's &lt;strong&gt;General&lt;/strong&gt; tab.) &lt;/p&gt;            &lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;span style="color: #ff1111;"&gt;You must copy the entire folder structure from the old computer (source) to the new computer (target).&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt; If the folder structure does not exist, an error appears that says "Failed to get permission settings." The drive letters on the target system must match those on the source system for the Virtual File System (VFS) to find EFT Server root. If they do not match, all permissions and groups will be lost. &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;strong&gt;Registering the new computer with your serial number&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Contact the GlobalSCAPE customer service team or your account manager so that an adjustment can be made to your account on our activation and registration server. Activation on the new server computer will not be possible until an adjustment is made, because the registration server will think the serial number is already in use. &lt;/p&gt;&lt;p&gt;Contact the GlobalSCAPE technical support team if your EFT Server was customized by GlobalSCAPE Professional Services or if you are trying to &lt;a href="http://help.globalscape.com/help/eft6/Upgrading_Server_in_a_Cluster.htm"&gt;upgrade a server residing in a clustered&lt;/a&gt; environment, as slight changes to the instructions may apply. &lt;/p&gt;</description><pubDate>Thu, 12 Apr 2012 04:33:05 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Cannot connect via SSL to Secure FTP Server using WS_FTP 7.5</title><link>http://kb.globalscape.com/Goto10222.aspx</link><description>&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;Secure FTP Server (All Versions) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;SYMPTOMS&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Unable to connect to Secure FTP Server using WS_FTP 7.5 via explict FTP over SSL (FTPS) in either Passive or Port modes.  I am able to use CuteFTP just fine.&lt;/p&gt;&lt;p&gt;The error received in WS_FTP is: &lt;span style="color: #ff1111;"&gt;Failed to create secure data socket&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;CAUSE&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Some older versions of WS_FTP (tested with 7.5 &amp;amp; 7.6) do not adhere to the established standards for FTP over SSL connectivity when establishing SSL connections. The program authenticates properly, however it does not apply the correct PBSZ and PROT sequence necessary to protect the data channel.  Subsequently, it breaks the connection when the server replies with a clear-text directory listing.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.ietf.org/rfc/rfc2228.txt"&gt;RFC 2228&lt;/a&gt; states explicitly that the data connection will be in the clear if no PROT argument is provided. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;RESOLUTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Update to WS_FTP 8 or use &lt;a href="http://www.globalscape.com/products/ftp_clients.asp"&gt;CuteFTP&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;WORKAROUND&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;You can cause WS_FTP to issue the proper sequence upon connect. In the Site Options for the particular site, go to the Startup tab and enter "PBSZ 0;PROT P" (sans quotes) in the Initialize Command box. You should now be able to connect and establish a secure data channel using WS_FTP 7.x.&lt;/p&gt;</description><pubDate>Thu, 12 Apr 2012 04:30:44 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Resetting the EFT Server Administrator Password</title><link>http://kb.globalscape.com/Goto10075.aspx</link><description>&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;EFT Server (All Versions)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;How can I reset the EFT Server administrator password?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;If you cannot remember your password to log in to EFT Administrator, you can reset the password. If you follow the procedure below, you will lose all user- and group- specific settings. You can save the user accounts and their folder structures if you follow the procedure below, but permissions and settings will be lost.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;To reset the administrator username and password&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;In the Windows Services dialog box, stop the EFT Server service. &lt;/li&gt;    &lt;li&gt;Navigate to the folder where EFT Server is installed. (By default, &lt;strong&gt;C:\Program Files\GlobalSCAPE\EFT&lt;/strong&gt;.) &lt;/li&gt;    &lt;li&gt;The user accounts and folder structures are stored in one or more of the files with an &lt;strong&gt;.aud&lt;/strong&gt; extension. Copy these configuration files to a safe place for backup. &lt;/li&gt;    &lt;li&gt;Using the Windows Add/Remove Programs utility, uninstall EFT Server. &lt;/li&gt;    &lt;li&gt;Reinstall EFT Server and create a new administrator username and password. (The software is available for download at &lt;a href="http://www.globalscape.com/downloads/"&gt;http://www.globalscape.com/downloads/&lt;/a&gt;.) &lt;/li&gt;    &lt;li&gt;Open EFT Administrator and login with your new username and password. &lt;/li&gt;    &lt;li&gt;Recreate your FTP site(s) with the EXACT same site name as you previously used. The site name must match character for character. &lt;/li&gt;    &lt;li&gt;In the Windows Services dialog box, stop the EFT Server service. &lt;/li&gt;    &lt;li&gt;Copy the &lt;strong&gt;.aud&lt;/strong&gt; files that you saved in step 3 and paste them into the folder where you have installed EFT Server. Click &lt;strong&gt;Yes&lt;/strong&gt; when asked if you want to overwrite the existing &lt;strong&gt;.aud&lt;/strong&gt; files. &lt;/li&gt;    &lt;li&gt;Restart the EFT Server service and log in. The individual groups and user accounts should be preserved; however, you must reassign permissions and settings.&lt;/li&gt;&lt;/ol&gt;</description><pubDate>Thu, 12 Apr 2012 04:08:37 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Keep alive issue with Microsoft ISA server </title><link>http://kb.globalscape.com/Goto10058.aspx</link><description>&lt;div class="copy"&gt;Due to the nonstandard way in which Microsoft ISA server handles FTP Keep Alive, the Keep Alive feature may not work correctly with Secure FTP Server and EFT Server when connecting via SSL. So far, Microsoft has not released an update to fix the problem.&lt;/div&gt;</description><pubDate>Thu, 12 Apr 2012 04:04:22 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Unable to pick up Mail Express packages in Internet Explorer</title><link>http://kb.globalscape.com/Goto11063.aspx</link><description>&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;Mail Express, all versions&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;SYMPTOM&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Unable to pick up Mail Express packages in Internet Explorer, and the following message appears:&lt;/p&gt;&lt;p&gt;&lt;img alt="" src="http://kb.globalscape.com/attachments/ME/DoNotSaveEncryptedFilesErrorMessage.png" style="border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;RESOLUTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Disable the &lt;strong&gt;Do not save encrypted pages to disk&lt;/strong&gt; setting in the Internet Explorer's &lt;strong&gt;Internet Options&lt;/strong&gt; dialog box.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;To disable the setting&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;In Internet Explorer, click &lt;strong&gt;Tools&lt;/strong&gt;, then click &lt;strong&gt;Internet Options&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Click the &lt;strong&gt;Advanced&lt;/strong&gt; tab.&lt;/li&gt;    &lt;li&gt;In the &lt;strong&gt;Settings&lt;/strong&gt; area, scroll down to &lt;strong&gt;Security&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Clear the &lt;strong&gt;Do not save encrypted pages to disk&lt;/strong&gt; check box, then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;    &lt;p&gt;&lt;img alt="" src="http://kb.globalscape.com/attachments/ME/InternetOptionsDoNotSaveEncryptedPages.png" style="border-width: 0px; border-style: solid;" /&gt;&lt;/p&gt;    &lt;p&gt;You do not have to close and reopen Internet Explorer for the changes to take effect.&lt;/p&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;MORE INFORMATION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Mail Express uses HTTPS for all communications.  Therefore, if Internet Explorer has the &lt;strong&gt;Do not save encrypted pages to disk&lt;/strong&gt; option enabled, the user will not be able to pick up any Mail Express files they have received. &lt;/p&gt;</description><pubDate>Thu, 12 Apr 2012 03:26:39 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Force use of Web Transfer Client for browser-based uploads (disable use of PTC)</title><link>http://kb.globalscape.com/Goto10683.aspx</link><description>&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;EFT Server Enterprise version 5.1.1 and later &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;DISCUSSION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;EFT Server's Web Transfer Client (WTC) uses Client Access Licenses. When a CAL is available, users connecting to EFT Server with a browser use the WTC (if so enabled). When there are no licenses available, the Plain Text Client (PTC) is presented in the browser instead of the WTC. For those customers who want end users to use only the WTC, there is a registry setting that, when present and set to non-zero, disables the automatic fall back to PTC when all WTC licenses are in use. If there are no WTC sessions available on the server, then the HTTP engine will NOT revert to the PTC; instead, it will deploy the contents of &amp;lt;install_directory&amp;gt;/eftclient/NoAppletLicenses.htm, which displays the message that all licenses are currently in use.&lt;/p&gt;&lt;p&gt;The registry setting to turn on the "Use Web Transfer Client Only" feature is: &lt;/p&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;On 32-bit systems:&lt;/span&gt;&lt;/p&gt;&lt;p style="background-color: #dddddd;"&gt;&lt;span style="font-family: courier new;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\GlobalSCAPE Inc.\EFT Server 4.0\EFTClient] &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;On 64-bit systems:&lt;/span&gt;&lt;/p&gt;&lt;p style="background-color: #dddddd;"&gt;&lt;span style="font-family: courier new;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GlobalSCAPE Inc.\EFT Server 4.0\EFTClient]&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: &amp;quot;courier new&amp;quot;,monospace;"&gt;&lt;span xmlns="http://www.w3.org/1999/xhtml"&gt;"applet_only"=dword:00000001 &lt;/span&gt;&lt;/p&gt;&lt;/span&gt;</description><pubDate>Wed, 11 Apr 2012 10:50:24 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Can the Web Transfer Client (WTC) automatically resume or restart broken transfers?</title><link>http://kb.globalscape.com/Goto11062.aspx</link><description>&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;EFT Server, version 6.0 and later&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Can the Web Transfer Client (WTC) automatically resume or restart broken transfers?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Yes. The WTC will retry failed transfers a number of times before giving up. Even after the WTC has given up, if you attempt to upload the same file and a partial upload already exists on the server, then the WTC will resume the transfer from where it left off.&lt;/p&gt;&lt;p&gt;If network connectivity is lost while the WTC is transferring files,it will attempt some number of retries (set by the user in the WTC's "&lt;a href="http://kb.globalscape.com/Staff/Setting_the_Retry_Limit.htm"&gt;Transfer retry limit&lt;/a&gt;"setting) before stopping and showing the status as "Failed"in the Transfer queue. If connectivity is regained, the user can retrytransfers that previously failed. If a file partially transferred beforethe connection went down, the transfer will be resumed from the pointthat it left off.&lt;/p&gt;&lt;p&gt;Refer to &lt;a target="_blank" href="http://help.globalscape.com/help/eft6-4/index.htm#mergedprojects/wtc/transferring_files_with_the_web_transfer_client.htm"&gt; Transferring Files with the WTC&lt;/a&gt; in the EFT Server help documentation formore information.&lt;/p&gt;</description><pubDate>Tue, 10 Apr 2012 07:20:44 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Are GlobalSCAPE’s applications being developed using common secure coding practices?</title><link>http://kb.globalscape.com/Goto11061.aspx</link><description>&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;All GlobalSCAPE products&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Are GlobalSCAPE’s applications being developed using common secure coding practices?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;GlobalSCAPE takes application security very seriously, adhering to generally accepted application security standards as set forth by OWASP, Microsoft, and others, in order to prevent common coding vulnerabilities and to minimize security errors.&lt;/p&gt;&lt;p&gt;Specific security tactics include but are not limited to the following:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Follow secure coding practices as recommended by OWASP, Microsoft, and other resources&lt;/li&gt;    &lt;li&gt;Conduct "brown bags" for engineers regarding secure coding practices, including classes offered by third-party security firms&lt;/li&gt;    &lt;li&gt;Provide off-site training for engineers for secure coding practices&lt;/li&gt;    &lt;li&gt;Enable security flags and high warning levels in the development environment to enforce use of secure functions and types&lt;/li&gt;    &lt;li&gt;Maintain and follow a Security Vulnerability Assessment and Response Process&lt;/li&gt;    &lt;li&gt;Monitor security industry watch lists for known vulnerabilities&lt;/li&gt;    &lt;li&gt;Run security scanners/fuzzers against the various protocols and interfaces&lt;/li&gt;    &lt;li&gt;Integrate security verification into the quality assurance process&lt;/li&gt;    &lt;li&gt;Track and monitor potential vulnerabilities in a bug tracking system&lt;/li&gt;    &lt;li&gt;Employ tools such as FindBugs and PMD to automatically catch potential coding and security issues&lt;/li&gt;    &lt;li&gt;Follow a process to review and update third-party libraries for major releases&lt;/li&gt;    &lt;li&gt;Implement security-related unit testing and automated testing to prevent accidental breakage&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 09 Apr 2012 11:29:53 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Is there a change document for the ARM database schema?</title><link>http://kb.globalscape.com/Goto11031.aspx</link><description>&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;EFT Server, version 6.0 and later&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;QUESTION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Is there a change document for the ARM database schema?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;ANSWER&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The ARM schema is &lt;a href="http://help.globalscape.com/help/eft6-4/index.htm#mergedprojects/arm/arm_schema.htm" target="_blank"&gt; documented in the user guide&lt;/a&gt;. The ARM schema rarely changes. Currently, there is no auto-versioning of the schema, so you are prompted to upgrade the schema every time you upgrade EFT Server, even if the schema hasn't changed. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;If you want to determine before upgrading whether the database schema has changed between your version and the latest version:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Compare the tables documented in the  online help linked above to your database tables.&lt;/li&gt;    &lt;li&gt;Install the latest version of EFT Server    with ARM on a test system.&lt;/li&gt;    &lt;li&gt;Compare the scripts' modified dates in the new version to the scripts on your current version see if they have changed between    your version and the new version. (The database scripts are installed in &lt;strong&gt;C:\ProgramData\GlobalSCAPE\EFT Server Enterprise\Oracle&lt;/strong&gt; and in &lt;strong&gt;C:\ProgramData\GlobalSCAPE\EFT Server Enterprise\SQL Server&lt;/strong&gt;.)&lt;/li&gt;    &lt;li&gt;If the dates are different, compare the scripts' contents to see what has changed. &lt;/li&gt;&lt;/ol&gt;</description><pubDate>Thu, 05 Apr 2012 10:36:38 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item><item><title>Troubleshooting CAC Connections </title><link>http://kb.globalscape.com/Goto11059.aspx</link><description>&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;EFT Server Enterprise version 6.4.3 and later&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;DISCUSSION&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;EFT Server provides extensive logging for CAC authentication attempts in EFT.log in the EFT Server installation folder. If you have users unable to connect using their CAC cards, turn on TRACE logging in logging.cfg in the EFT Server installation folder. View the EFT.log to troubleshoot. Don’t forget to comment out the various loggers after you’ve finished troubleshooting.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;To turn on TRACE logging to log CAC connection errors&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Open logging.cfg and add the following line:&lt;/li&gt;    &lt;p&gt;&lt;span style="font-family: courier new;"&gt;log4cplus.logger.AuthManager =TRACE&lt;/span&gt;&lt;/p&gt;    &lt;li&gt;Re-attempt the CAC connection and observe log results.&lt;/li&gt;    &lt;li&gt;The tables below describe possible error messages, their meanings, and how to troubleshoot the errors. &lt;/li&gt;&lt;/ol&gt;&lt;style type="text/css" id="telerik-reTable-4"&gt;    .telerik-reTable-4   {    border-collapse: collapse;    border: solid 0px;    font-family: Tahoma;    }    .telerik-reTable-4 tr.telerik-reTableHeaderRow-4     {    border-width: 1.0pt 1.0pt 3.0pt 1.0pt;    margin-top: 0in;    margin-right: 0in;    margin-bottom: 10.0pt;    margin-left: 0in;    line-height: 115%;    font-size: 11.0pt;    font-family: "Calibri","sans-serif";    width: 119.7pt;    background: #4F81BD;    padding: 0in 5.4pt 0in 5.4pt;    color: #FFFFFF;    }    .telerik-reTable-4 td.telerik-reTableHeaderFirstCol-4   {    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 td.telerik-reTableHeaderLastCol-4  {    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 td.telerik-reTableHeaderOddCol-4 {    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 td.telerik-reTableHeaderEvenCol-4 {    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 tr.telerik-reTableOddRow-4 {    border-width: 1pt;    color: #666666;    font-size: 10pt;    vertical-align: top;    border-bottom-style: solid;    border-bottom-color: #4F81BD;    }    .telerik-reTable-4 tr.telerik-reTableEvenRow-4 {    color: #666666;    font-size: 10pt;    vertical-align: top;    }    .telerik-reTable-4 td.telerik-reTableFirstCol-4  {    border-width: 1pt;    border-color: #4F81BD;    padding: 0in 5.4pt 0in 5.4pt;    border-bottom-style: solid;    border-left-style: solid;    }    .telerik-reTable-4 td.telerik-reTableLastCol-4 {    border-width: 1pt;    border-color: #4F81BD;    border-bottom-style: solid;    border-right-style: solid;    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 td.telerik-reTableOddCol-4  {    border-width: 1pt;    border-color: #4F81BD;    padding: 0in 5.4pt 0in 5.4pt;    border-bottom-style: solid;    }    .telerik-reTable-4 td.telerik-reTableEvenCol-4 {    border-width: 1pt;    border-color: #4F81BD;    padding: 0in 5.4pt 0in 5.4pt;    border-bottom-style: solid;    }    .telerik-reTable-4 tr.telerik-reTableFooterRow-4    {    color: #355C8C;    background-color: #FFFFFF;    font-size: 10pt;    vertical-align: top;    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 td.telerik-reTableFooterFirstCol-4  {    border-width: 1pt;    border-color: #4F81BD;    border-bottom-style: solid;    border-left-style: solid;    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 td.telerik-reTableFooterLastCol-4 {    border-width: 1pt;    border-color: #4F81BD;    border-bottom-style: solid;    border-right-style: solid;    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 td.telerik-reTableFooterOddCol-4  {    border-width: 1pt;    border-color: #4F81BD;    border-bottom-style: solid;    padding: 0in 5.4pt 0in 5.4pt;    }    .telerik-reTable-4 td.telerik-reTableFooterEvenCol-4  {    border-width: 1pt;    border-color: #4F81BD;    border-bottom-style: solid;    padding: 0in 5.4pt 0in 5.4pt;    }&lt;/style&gt;&lt;table class="telerik-reTable-4"&gt;    &lt;thead&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr class="telerik-reTableHeaderRow-4"&gt;            &lt;td class="telerik-reTableHeaderFirstCol-4"&gt;            &lt;strong&gt;Log Message&lt;/strong&gt;&lt;/td&gt;            &lt;td class="telerik-reTableHeaderLastCol-4"&gt;            &lt;strong&gt;Meaning&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableOddRow-4"&gt;            &lt;td class="telerik-reTableFirstCol-4"&gt;            Couldn't get certificate info&lt;/td&gt;            &lt;td class="telerik-reTableLastCol-4"&gt;            A certificate wasn’t provided by the client over the SSL session.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableFooterRow-4"&gt;            &lt;td class="telerik-reTableFooterFirstCol-4" colspan="2"&gt;            Troubleshoot:            &lt;ol&gt;                &lt;li&gt;Has this user authenticated to the computer using their CAC card?&lt;/li&gt;                &lt;li&gt;If authenticated, are they using a supported browser that can interact with their CAC middleware? For example, IE8 or greater?&lt;/li&gt;                &lt;li&gt;Was the user prompted to select a certificate? This happens if more than one certificate is present. If so, did they select the correct certificate? If unsure then try again and select an alternate certificate.&lt;/li&gt;            &lt;/ol&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt; &lt;/p&gt;&lt;table class="telerik-reTable-4"&gt;    &lt;thead&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr class="telerik-reTableHeaderRow-4"&gt;            &lt;td class="telerik-reTableHeaderFirstCol-4"&gt;            &lt;strong&gt;Log Message&lt;/strong&gt;            &lt;/td&gt;            &lt;td class="telerik-reTableHeaderLastCol-4"&gt;            &lt;strong&gt;Meaning&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableOddRow-4"&gt;            &lt;td class="telerik-reTableFirstCol-4"&gt;            Couldn't find proper SAN field in certificate&lt;/td&gt;            &lt;td class="telerik-reTableLastCol-4"&gt;            The certificated provided didn’t contain a Principal Name (PN) under the Subject Alternative Name (SAN) that contained a well formed EDIPI, for examples 0123456789@mil.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableFooterRow-4"&gt;            &lt;td class="telerik-reTableFooterFirstCol-4" colspan="2"&gt;            Troubleshoot:            &lt;ol&gt;                &lt;li&gt;Was the user who attempted to log on prompted to select a certificate? This happens if more than one certificate is present. If so, did they select the correct certificate? &lt;/li&gt;                &lt;li&gt;If unsure, then try again and select an alternate certificate; users must select a certificate that contains the SAN Principal Name that matches the format 0123456789@mil. &lt;/li&gt;            &lt;/ol&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt; &lt;/p&gt;&lt;table class="telerik-reTable-4"&gt;    &lt;thead&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr class="telerik-reTableHeaderRow-4"&gt;            &lt;td class="telerik-reTableHeaderFirstCol-4"&gt;            &lt;strong&gt;Log Message&lt;/strong&gt;&lt;/td&gt;            &lt;td class="telerik-reTableHeaderLastCol-4"&gt;            &lt;strong&gt;Meaning&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableOddRow-4"&gt;            &lt;td class="telerik-reTableFirstCol-4"&gt;            User [name] not found:&lt;/td&gt;            &lt;td class="telerik-reTableLastCol-4"&gt;            Was unable to find a matching user in the directory server using the EDIPI value that was found on the client’s certificate (e.g. 0123456789@mil).&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableFooterRow-4"&gt;            &lt;td class="telerik-reTableFooterFirstCol-4" colspan="2"&gt;            Troubleshoot:            &lt;ol&gt;                &lt;li&gt;What LDAP query does the EFT.log show it is attempting under “Starting ldap search”? Does the value after userPrincipalName match the EDIPI format 01234567899@mil?&lt;/li&gt;                &lt;li&gt;Look at the list of users in EFT Server. Do they match the format 0123456789@mil? If not then perhaps the EDIPI is not being stored under the UPN field in AD. Sometimes customers will store the EDIPI in an alternate field, such as the                pre2000 field. Either adjust EFT Server’s LDAP auth manager query "Attribute" to match what you are using in AD to store the EDIPI, or copy or move the EDIPI value over to the userPrincipalName, which is                what EFT Server uses by default for the user Attribute in its LDAP query.&lt;/li&gt;            &lt;/ol&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt; &lt;/p&gt;&lt;table class="telerik-reTable-4"&gt;    &lt;thead&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr class="telerik-reTableHeaderRow-4"&gt;            &lt;td class="telerik-reTableHeaderFirstCol-4"&gt;            &lt;strong&gt;Log Message&lt;/strong&gt;&lt;/td&gt;            &lt;td class="telerik-reTableHeaderLastCol-4"&gt;            &lt;strong&gt;Meaning&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableOddRow-4"&gt;            &lt;td class="telerik-reTableFirstCol-4"&gt;            Failed to obtain certificate from LDAP server for:&lt;/td&gt;            &lt;td class="telerik-reTableLastCol-4"&gt;            Found a matching user but no certificate was found for this user in Active Directory.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableFooterRow-4"&gt;            &lt;td class="telerik-reTableFooterFirstCol-4" colspan="2"&gt;            Troubleshoot:            &lt;ol&gt;                &lt;li&gt;Does the user have one or more certificates in Active Directory under the user’s Published Certificates tab (must have Advanced Features on to see this tab). This is NOT the same as the list of certificates that appears when you                right-click on a user in AD and select Name Mappings.&lt;/li&gt;                &lt;li&gt;(Rare case) Is it possible that there are multiple matches for this UPN? Run the query in LDAP Browser or similar tool and make sure there is only a SINGLE matching entry. If more than one, then only the first match is used, which may                be why the correct user’s certificate isn’t being retrieved.&lt;/li&gt;            &lt;/ol&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt; &lt;/p&gt;&lt;table class="telerik-reTable-4"&gt;    &lt;thead&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr class="telerik-reTableHeaderRow-4"&gt;            &lt;td class="telerik-reTableHeaderFirstCol-4"&gt;            &lt;strong&gt;Log Message&lt;/strong&gt;&lt;/td&gt;            &lt;td class="telerik-reTableHeaderLastCol-4"&gt;            &lt;strong&gt;Meaning&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableOddRow-4"&gt;            &lt;td class="telerik-reTableFirstCol-4"&gt;            Certificates doesn’t match or Certificates don't match for:&lt;/td&gt;            &lt;td class="telerik-reTableLastCol-4"&gt;            A certificate (or more than one) associated with this user (EDIPI) did not match the one provided by the user; i.e., the fingerprints did not match.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableFooterRow-4"&gt;            &lt;td class="telerik-reTableFooterFirstCol-4" colspan="2"&gt;            Troubleshoot:            &lt;ol&gt;                &lt;li&gt;You MUST ensure that at least one of the certificates in Published Certificates matches the one on their CAC card. &lt;/li&gt;                &lt;li&gt;Check EFT Server’s log and compare the Thumbprint in the “Incoming certificate info” entry to the Thumbprint of the certificate that was obtained as a result of the LDAP query. If there is a mismatch (the cause for this error) then it is proof positive that the certificates are not the same.&lt;/li&gt;                &lt;li&gt;It may be possible that the certificate in AD has been updated but the CAC card has not (obtain new CAC card).&lt;/li&gt;                &lt;li&gt;It may be possible that the wrong certificate was added in AD under Published Certs. Verify the correct certificate (provided by DEERS) is associated with the user that matches the certificate for that corresponding user’s CAC card.&lt;/li&gt;            &lt;/ol&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;strong&gt;General Issues&lt;/strong&gt;&lt;/p&gt;&lt;table class="telerik-reTable-4"&gt;    &lt;thead&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr class="telerik-reTableHeaderRow-4"&gt;            &lt;td class="telerik-reTableHeaderFirstCol-4"&gt;            After logging off and closing            my browser, reopening the browser shows I’m still logged on.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableFooterRow-4"&gt;            &lt;td class="telerik-reTableFooterFirstCol-4"&gt;  This is the nature of single sign on and integrated authentication. You are not still logged on, but rather the browser is re-&lt;a name="_GoBack"&gt;&lt;/a&gt;authenticating using the CAC cert each time.&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt; &lt;/p&gt;&lt;table class="telerik-reTable-4"&gt;    &lt;thead&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr class="telerik-reTableHeaderRow-4"&gt;            &lt;td class="telerik-reTableHeaderFirstCol-4"&gt;            I’m being prompted TWICE for my certificate. Once when I navigate to the site and a second time while loading the WTC. &lt;/td&gt;        &lt;/tr&gt;        &lt;tr class="telerik-reTableFooterRow-4"&gt;            &lt;td class="telerik-reTableFooterFirstCol-4"&gt;            This occurs because Java has no knowledge of certificate selection you made earlier when authenticating. Therefore it must prompt again for you to choose a certificate prior to loading the applet. One way to avoid this is to remove all personal certs from the local cert store except for the CAC one. Also ensure that “Don’t prompt for client certificate selection when no certificates or only one exists” is selected under Java Control Panel  &amp;gt; Advanced &amp;gt;  Security &amp;gt; General toggles.&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;</description><pubDate>Thu, 05 Apr 2012 05:45:58 GMT</pubDate><dc:creator>GlobalSCAPE 5</dc:creator></item></channel></rss>
