﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LevelBlue Knowledge Base » Knowledgebase » FTP</title><generator>InstantKB.NET 2.0.6</generator><description>LevelBlue Knowledge Base</description><link>https://support.levelblue.com/kb/</link><webMaster>website@m86security.com</webMaster><lastBuildDate>Tue, 21 Apr 2026 19:58:38 GMT</lastBuildDate><ttl>20</ttl><item><title>How to handle FTP URL with a password containing special characters ?</title><link>https://support.levelblue.com/kb/Goto14938.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SWG 9.x&lt;/li&gt;    &lt;li&gt;SWG 10.x&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;div&gt;It is very common to use special characters in FTP passwords. These characters may cause browser conflicts when used for inline URL access.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;&lt;span style="font-size: 11px; line-height: 12px; "&gt;For example, the password for FTP account USER on some_ftp_server.com is P@$$WORD - so the URL for browser access is:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 11px; line-height: 12px; "&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;	&lt;/span&gt;ftp://USER:P@$$WORD@some_ftp_server.com&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Special characters &lt;span style="font-size: 11px; line-height: 12px; "&gt;(@, $)&lt;/span&gt;&lt;span style="font-size: 11px; line-height: 12px; "&gt; &lt;/span&gt;in this URL have to be hex encoded to operate without any conflicts. And the hex conversion will look as following:&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;	&lt;/span&gt;&lt;span style="font-size: 11px; line-height: 12px; "&gt;ftp://USER:P&lt;strong&gt;%40%24%24&lt;/strong&gt;WORD@some_ftp_server.com&lt;/span&gt;&lt;/p&gt;&lt;p&gt;where %40 is the hex value (0x40) of '@' character and %24 is the hex value (0x24) of '$' character.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;For complete list of special characters conversion codes refer to the following resource: &lt;a href="http://www.ascii.cl/htmlcodes.htm"&gt;http://www.ascii.cl/htmlcodes.htm&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Thu, 23 Aug 2012 00:03:02 GMT</pubDate><dc:creator>Rudolf Kessler</dc:creator></item><item><title>How to configure FileZilla 3.x for use with FTP Proxy</title><link>https://support.levelblue.com/kb/Goto13497.aspx</link><description>&lt;div class="atb62"&gt;&lt;li&gt;&lt;strong&gt;Question&lt;/strong&gt;&lt;br /&gt;How do I configure FileZilla Client for use with the FTP Proxy (uploaded/downloaded files scanning, Native FTP)?&lt;/li&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="atb63"&gt;&lt;li&gt;&lt;strong&gt;Answer&lt;/strong&gt;&lt;br /&gt;In order to set FileZilla to work with FTP Proxy, the following actions need to be taken:&lt;p&gt;1) Edit -&amp;gt; Settings -&amp;gt; FTP Proxy.&lt;br /&gt;&lt;br /&gt;2) Set Type of FTP Proxy to Custom and type:&lt;br /&gt;&lt;br /&gt;&lt;img alt="" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; " src="https://support.levelblue.com/kb/attachments/images/860~filezilla.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;3) Set Proxy Host to the IP Address of your Scanner/Proxy IP and Port, seperated by colon - the default port is 2121.&lt;/p&gt;&lt;p&gt;&lt;img alt="" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; " src="https://support.levelblue.com/kb/attachments/images/859~proxy_settings_filezilla.jpg" /&gt;&lt;/p&gt;4) Use the FTP client normally, all FTP session will be created via the proxy (scanner).&lt;/li&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="atb64"&gt;&lt;li&gt;&lt;strong&gt;Software Version&lt;/strong&gt;&lt;br /&gt;not related to any SWG version&lt;/li&gt;&lt;/div&gt;&lt;br /&gt;&lt;dl style="margin-top: 10px; "&gt;    &lt;dt&gt;&lt;em&gt;This article applies to:&lt;/em&gt;&lt;/dt&gt;    &lt;em&gt;FileZilla / Third party&lt;br /&gt;    &lt;/em&gt;&lt;/dl&gt;    &lt;dl style="margin-top: 10px; "&gt;        &lt;dt&gt;&lt;em&gt;&lt;em&gt;This article was previously published as:&lt;/em&gt;        &lt;/em&gt;&lt;/dt&gt;        &lt;dd&gt;&lt;em&gt;&lt;em&gt;Finjan KB 1684&lt;/em&gt;        &lt;/em&gt;&lt;/dd&gt;    &lt;/dl&gt;</description><pubDate>Fri, 02 Mar 2012 03:31:01 GMT</pubDate><dc:creator>Rudolf Kessler</dc:creator></item><item><title>How to enable the Native FTP proxy and how to use it</title><link>https://support.levelblue.com/kb/Goto13178.aspx</link><description>&lt;div class="atb35"&gt;&lt;li&gt;&lt;strong&gt;Question&lt;/strong&gt;&lt;br /&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="color: black;"&gt;How can I configure the scanning server to work with native FTP?&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="atb36"&gt;&lt;li&gt;&lt;strong&gt;Answer&lt;/strong&gt;&lt;br /&gt;&lt;span style="color: black;"&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="color: black;"&gt;In order to enable the scanner to scan native FTP sessions:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="color: #0000ff;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt; color: blue; line-height: normal;"&gt;&lt;span xmlns="http://www.w3.org/1999/xhtml" style="font-size: 10px; color: #000000;"&gt;&lt;span style="font-size: 10pt; font-family: 'verdana','sans-serif';"&gt;1. &lt;strong&gt;In Versions 8.5&lt;/strong&gt;: Log in to the managment console and go to Settings -&amp;gt; Devices -&amp;gt; Scanner IP -&amp;gt; FTP.&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'verdana','sans-serif'; color: black;"&gt; &lt;br /&gt;    &lt;strong&gt;In Version 9.0 and above:&lt;/strong&gt; Log in to the management console and go to Administration -&amp;gt; System Settings -&amp;gt; Finjan Devices -&amp;gt; Scanner IP -&amp;gt; FTP.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt; color: blue; line-height: normal;"&gt;&lt;span xmlns="http://www.w3.org/1999/xhtml" style="font-size: 10px; color: #0000ff;"&gt;&lt;span style="font-size: 10pt; font-family: 'verdana','sans-serif'; color: black;"&gt;2. &lt;/span&gt;&lt;span style="font-family: verdana; font-size: 13px; color: #000000;"&gt;In the FTP Configuration mark the ‘Enable FTP’ check box and other settings if needed.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt; color: blue; line-height: normal;"&gt;&lt;span xmlns="http://www.w3.org/1999/xhtml" style="font-family: verdana; font-size: 13px; color: #000000;"&gt;3. Apply and commit the changes.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt; color: blue; line-height: normal;"&gt;&lt;span xmlns="http://www.w3.org/1999/xhtml" style="font-family: verdana; font-size: 13px; color: #000000;"&gt;4. In order to check that the scanner actually scan the FTP data, here are two examples showing how to verify that the scanner is actually checking the FTP sessions.&lt;br /&gt;&lt;br /&gt;In order to do this we must make sure that the FTP session will go through the proxy (example: SGW appliance IP is 10.194.48.1).&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt; color: blue; line-height: normal;"&gt;&lt;span xmlns="http://www.w3.org/1999/xhtml" style="color: #0000ff;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;span xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: black;"&gt;&lt;span style="color: #000000;"&gt;Start ftp CLI client:&lt;br /&gt;&lt;/span&gt;&lt;em&gt;&lt;span style="color: #0000ff;"&gt;&amp;gt; ftp&lt;br /&gt;&lt;/span&gt;&lt;/em&gt;set the session to move through the scanner (proxy)&lt;br /&gt;open&lt;proxy&gt;&lt;proxy&gt;:&lt;br /&gt;&lt;span style="color: #0000ff;"&gt;&lt;em&gt;&amp;gt; open 10.194.48.1 2121&lt;/em&gt;&lt;/span&gt;&lt;/proxy&gt;&lt;/proxy&gt;&lt;/span&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="color: black;"&gt;The following prompt will be displayed:&lt;br /&gt;&lt;em&gt;&lt;span style="color: #0000ff;"&gt;220 Frox transparent ftp proxy. Login with username[@host[:port]] [client_ip][/client_username]&lt;br /&gt;User (10.194.48.1:(none)):&lt;/span&gt;&lt;/em&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="color: black;"&gt;&lt;span style="color: #0000ff;"&gt;&lt;span style="color: #000000;"&gt;Enter the login details.&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;For example:&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="mailto:anonymous@ftp.zillionsofgames.com:21"&gt;&lt;em&gt;&lt;span style="color: #0000ff;"&gt;anonymous@ftp.zillionsofgames.com:21&lt;/span&gt;&lt;/em&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="color: black;"&gt;After this the phase we have a connection to the remote FTP via the proxy (scanner).&lt;br /&gt;Any download operation will be examined by it.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="color: black;"&gt;Example of a ‘get’ request from the FTP server:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #0000ff;"&gt;&lt;em&gt;ftp&amp;gt; get sampzeng.zip&lt;br /&gt;200 PORT command successful.&lt;br /&gt;150-Starting Transfer&lt;br /&gt;150-There'll be a delay while we scan for viruses&lt;br /&gt;150-Scanning file for viruses&lt;br /&gt;150 Not starting Transfer&lt;br /&gt;451 File contains virus. Aborting&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;strong&gt;Related article(s)&lt;br /&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;a class="ApplyClass" href="https://support.levelblue.com/kb/KnowledgebaseArticle13497.aspx"&gt;&lt;strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/strong&gt;Q13497&lt;/a&gt; - How to configure FileZilla 3.x for use with FTP Proxy&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;/em&gt;&lt;li&gt;&lt;strong&gt;Software Version&lt;br /&gt;&lt;/strong&gt;8.5&lt;br /&gt;9.x&lt;/li&gt;&lt;/div&gt;&lt;br /&gt;&lt;dl style="margin-top: 10px;"&gt;    &lt;dt&gt;&lt;em&gt;This article applies to:&lt;/em&gt;&lt;/dt&gt;    &lt;dd&gt;&lt;em&gt;NG 1000&lt;/em&gt;&lt;/dd&gt;    &lt;dd&gt;&lt;em&gt;NG 5000&lt;/em&gt;&lt;/dd&gt;    &lt;dd&gt;&lt;em&gt;NG 6000&lt;/em&gt;&lt;/dd&gt;    &lt;dd&gt;&lt;em&gt;NG 8000    &lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;dl style="margin-top: 10px;"&gt;    &lt;dt&gt;&lt;em&gt;&lt;em&gt;This article was previously published as:&lt;/em&gt;    &lt;/em&gt;&lt;/dt&gt;    &lt;dd&gt;&lt;em&gt;&lt;em&gt;Finjan KB 1249&lt;/em&gt;    &lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Fri, 20 Aug 2010 05:14:41 GMT</pubDate><dc:creator>Rudolf Kessler</dc:creator></item></channel></rss>