<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>InstaCarma Blog &#187; FTP</title>
	<atom:link href="http://www.instacarma.com/blog/tag/FTP/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.instacarma.com/blog</link>
	<description>Information Resource for Web Hosting Technical Support and Server Management</description>
	<lastBuildDate>Sat, 10 Mar 2012 21:44:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Not able to login to FTP accounts using root password</title>
		<link>http://www.instacarma.com/blog/technical/not-able-to-login-to-ftp-accounts-using-root-password/</link>
		<comments>http://www.instacarma.com/blog/technical/not-able-to-login-to-ftp-accounts-using-root-password/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 14:49:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1147</guid>
		<description><![CDATA[Filed under: FTP, password, root, WHM Issue : Was able to login to all FTP accounts using the root password earlier but now it doesn&#8217;t seem to work. Where to check that? Fix : Go to WHM >> Main >> Service Configuration >> FTP Server Configuration. At the bottom of the page, you&#8217;ll find an [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a>, <a href='http://www.instacarma.com/blog/tag/password/'>password</a>, <a href='http://www.instacarma.com/blog/tag/root/'>root</a>, <a href='http://www.instacarma.com/blog/tag/whm/'>WHM</a></p>
<p><strong>Issue : </strong></p>
<p>Was able to login to all FTP accounts using the root password earlier but now it doesn&#8217;t seem to work. Where to check that?</p>
<p><strong>Fix : </strong></p>
<p>Go to WHM >> Main >> Service Configuration >> FTP Server Configuration.<br />
At the bottom of the page, you&#8217;ll find an option as &#8216;Allow Logins with Root Password&#8217;<br />
Make sure that it is set to &#8216;Yes&#8217; and save the settings.</p>
<p>This should resolve the issue.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/not-able-to-login-to-ftp-accounts-using-root-password/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/not-able-to-login-to-ftp-accounts-using-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to transfer a folder from one server to another</title>
		<link>http://www.instacarma.com/blog/technical/how-to-transfer-a-folder-from-one-server-to-another/</link>
		<comments>http://www.instacarma.com/blog/technical/how-to-transfer-a-folder-from-one-server-to-another/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:34:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1122</guid>
		<description><![CDATA[Filed under: FTP, ssh, transfer, wget Issue : Need to transfer a folder from a remote server to the local server. Solution : One way of doing this is using the &#8216;wget&#8217; command. First, log in to your server via SSH and and launch wget mirroring using the following command : wget -m ftp://username:password@ftp.host/folder/ Do [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a>, <a href='http://www.instacarma.com/blog/tag/ssh/'>ssh</a>, <a href='http://www.instacarma.com/blog/tag/transfer/'>transfer</a>, <a href='http://www.instacarma.com/blog/tag/wget/'>wget</a></p>
<p><strong>Issue : </strong></p>
<p>Need to transfer a folder from a remote server to the local server.</p>
<p><strong>Solution : </strong></p>
<p>One way of doing this is using the &#8216;wget&#8217; command.</p>
<p>First, log in to your server via SSH and and launch wget mirroring using the following command :</p>
<blockquote><p>wget -m ftp://username:password@ftp.host/folder/</p></blockquote>
<p>Do replace the above with the corresponding values.</p>
<p>This will mirror the <em>folder</em> to your current directory location.</p>
<p>Finally, copy the downloaded files from the ftp.host/ directory to where you need them to be. </p>
<p>The main advantage of this method is that it is much more interactive and has many options.<br />
Use &#8216;wget &#8211;help&#8217; or &#8216;man wget&#8217; for more information on this.</p>
<p>Source :  WHT</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/how-to-transfer-a-folder-from-one-server-to-another/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/how-to-transfer-a-folder-from-one-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent SFTP users from viewing server files and folders</title>
		<link>http://www.instacarma.com/blog/technical/how-to-prevent-sftp-users-from-viewing-server-files-and-folders/</link>
		<comments>http://www.instacarma.com/blog/technical/how-to-prevent-sftp-users-from-viewing-server-files-and-folders/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:24:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1113</guid>
		<description><![CDATA[Filed under: FTP, security, sftp, ssh Issue : SFTP users can view server files and folders by simply changing the path to &#8216;/&#8217;. How can this be avoided? Solution : SFTP means FTP access over SSH. You will have to chroot the individual users in order to prevent them from viewing files outside their chroot [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a>, <a href='http://www.instacarma.com/blog/tag/security/'>security</a>, <a href='http://www.instacarma.com/blog/tag/sftp/'>sftp</a>, <a href='http://www.instacarma.com/blog/tag/ssh/'>ssh</a></p>
<p><strong>Issue : </strong></p>
<p>SFTP users can view server files and folders by simply changing the path to &#8216;/&#8217;. How can this be avoided?</p>
<p><strong>Solution : </strong></p>
<p>SFTP  means  FTP access over SSH.<br />
You will have to <em>chroot</em> the individual users in order to prevent them from viewing files outside their chroot jail.<br />
Normal FTP access has chroot isolation at the ftp daemon level.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/how-to-prevent-sftp-users-from-viewing-server-files-and-folders/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/how-to-prevent-sftp-users-from-viewing-server-files-and-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot login to FTP:Home directory inaccessible error</title>
		<link>http://www.instacarma.com/blog/technical/cannot-login-to-ftphome-directory-inaccessible-error/</link>
		<comments>http://www.instacarma.com/blog/technical/cannot-login-to-ftphome-directory-inaccessible-error/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=896</guid>
		<description><![CDATA[Filed under: FTP, Plesk Issue: Login to domain.com via FTP fails for all users. The following error message is displayed: Cannot log in, home directory inaccessible Cause: There could be several reasons: 1. This might happen if the hostname is longer than 15 characters. 2. Domain resolves to a different IP than the one which [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue: </strong></p>
<p>Login to domain.com via FTP fails for all users. The following error message is displayed:<br />
<em>Cannot log in, home directory inaccessible</em></p>
<p><strong>Cause:<br />
</strong></p>
<p>There could be several reasons:</p>
<p>1. This might happen if the hostname is longer than 15 characters.<br />
2. Domain resolves to a different IP than the one which has been configured in Plesk.<br />
3. FTP server configuration is broken.</p>
<p><strong>Solution: </strong></p>
<p>1. To change the host name right-click the My Computer icon, choose Properties. Select Computer Name tab then click Change button. Specify the computer name as desired and click OK. When done, restart your computer.</p>
<p>2. Please check if domain.com resolves to the same IP it has been configured for in Plesk.</p>
<p>3. If the name of your server is shorter than 15 characters and domain resolves to the proper IP it could mean that something is broken in the FTP configuration.</p>
<p>You should follow these steps to fix the issue:</p>
<p>Repair permissions of the home folders of the problematic domains. It can be done using the Control Panel.</p>
<p><em>Plesk >> Domains >> Mark problem domain >> Click on Check permissions</em></p>
<p>Re-configure FTP  using Plesk command line tool<em> ftpmng.exe</em> as follows:</p>
<p>“plesk_bin\ftpmng.exe”—remove-vhost—vhost-name=yourdomain.com<br />
“plesk_bin\ftpmng.exe”—reconfigure-vhost—vhost-name=yourdomain.com</p>
<p>Note : Check and verify if you have domains on dedicated IPs</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/cannot-login-to-ftphome-directory-inaccessible-error/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/cannot-login-to-ftphome-directory-inaccessible-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login failed after changing FTP credentials</title>
		<link>http://www.instacarma.com/blog/technical/login-failed-after-changing-ftp-credentials/</link>
		<comments>http://www.instacarma.com/blog/technical/login-failed-after-changing-ftp-credentials/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:07:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=894</guid>
		<description><![CDATA[Filed under: FTP, Plesk Issue : After changing the FTP credentials, the user is unable to log in to the FTP location. It just keeps asking for username/password. The domain is managed by Plesk control panel. Solution : Some permissions might have been screwed while changing the credentials. To set the permissions so that the [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue :</strong></p>
<p>After changing the FTP credentials, the user is unable to log in to the FTP location. It just keeps asking for username/password. The domain is managed by Plesk control panel.</p>
<p><strong>Solution :</strong></p>
<p>Some permissions might have been screwed while changing the credentials.</p>
<p>To set the permissions so that the user can access the FTP location:</p>
<p>1 .Delete file <em>.Security</em> from the domain directory:</p>
<p>2. Reconfigure the domain settings:<em><br />
“plesk_bin\websrvmng.exe”—reconfigure-vhost—vhost-name=domain name<br />
</em><br />
3.Check permissions for the domain. Click the<em> Domains</em> shortcut in the navigation panel. Select the check box corresponding to the domain name you want to perform permissions check on. Click <em>Check permissions</em>.</p>
<p>IMPORTANT: All custom permissions will be lost if you repair permissions via  Plesk Panel. They should be restored manually.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/login-failed-after-changing-ftp-credentials/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/login-failed-after-changing-ftp-credentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SFTP without SSH</title>
		<link>http://www.instacarma.com/blog/technical/sftp-without-ssh/</link>
		<comments>http://www.instacarma.com/blog/technical/sftp-without-ssh/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:45:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=718</guid>
		<description><![CDATA[Filed under: FTP, ssh Issue : How to allow SFTP but disallow shell-level access ? Solution : To allow SFTP access but without shell access, you must first enable (jailed) shell via WHM. But then run the following so they do not have command line/shell access: usermod -s /usr/local/cpanel/bin/noshell username Of course, replace &#8220;username&#8221; with [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a>, <a href='http://www.instacarma.com/blog/tag/ssh/'>ssh</a></p>
<p><strong>Issue : </strong></p>
<p>How to allow SFTP but disallow shell-level access ?</p>
<p><strong>Solution : </strong></p>
<p>To allow SFTP access but without shell access, you must first enable (jailed) shell via WHM. But then run the following so they do not have command line/shell access:</p>
<blockquote><p>
usermod -s /usr/local/cpanel/bin/noshell username</p></blockquote>
<p>Of course, replace &#8220;username&#8221; with the actual account user name.</p>
<p>Then generate a key pair for the account in question:</p>
<blockquote><p>cd /home/userid/.ssh</p></blockquote>
<p>Run:<br />
ssh-keygen<br />
(Accept the default names, i.e. id_rsa)<br />
Enter any passphrase and be sure to remember the passphrase used.</p>
<p>After this two files will be created:</p>
<p>id_rsa<br />
***This is the private key.<br />
id_rsa.pub<br />
***This is the public key.</p>
<p>Now entering the following:</p>
<blockquote><p>cat id_rsa.pub >> authorized_keys</p></blockquote>
<p>The id_rsa file is the private key to be used with FileZilla:</p>
<p>Preferences &#8212;> SFTP &#8212;> add key file.</p>
<p>Then configure FileZilla with SFTP and port &#8211; (insert ssh access port here), the user ID but NO password.</p>
<p>Remove both files from the on-line account:<br />
id_rsa.pub<br />
id_rsa</p>
<p>Now SFTP transfers should work.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/sftp-without-ssh/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/sftp-without-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing number of files listed in FTP</title>
		<link>http://www.instacarma.com/blog/technical/changing-number-of-files-listed-in-ftp/</link>
		<comments>http://www.instacarma.com/blog/technical/changing-number-of-files-listed-in-ftp/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 19:55:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=710</guid>
		<description><![CDATA[Filed under: FTP Issue : The FTP program lists only 1000 files in a directory. How can this be changed? Fix : Go to the FTP configuration file ( in this case, /etc/pure-ftpd.conf ). Change the value in the following line : LimitRecursion 1000 8]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a></p>
<p><strong>Issue : </strong><br />
The FTP program lists only 1000 files in a directory. How can this be changed?</p>
<p><strong>Fix : </strong></p>
<p>Go to the FTP configuration file ( in this case,<em> /etc/pure-ftpd.conf </em> ).<br />
Change the value in the following line :</p>
<blockquote><p>LimitRecursion 1000  8</p></blockquote>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/changing-number-of-files-listed-in-ftp/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/changing-number-of-files-listed-in-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling FTP access for a particular cPanel account</title>
		<link>http://www.instacarma.com/blog/technical/disabling-ftp-access-for-a-particular-cpanel-account/</link>
		<comments>http://www.instacarma.com/blog/technical/disabling-ftp-access-for-a-particular-cpanel-account/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:21:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=575</guid>
		<description><![CDATA[Filed under: cPanel, FTP Issue: FTP access for specific cPanel accounts needs to be disabled. There is no native way in cPanel/WHM to achieve this. Solution : Assuming that you are using pure-ftpd, go to /usr/sbin/pureauth . There would be a section in the code as follows : # Create ftpusers array if ( -e [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/cpanel/'>cPanel</a>, <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a></p>
<p><strong>Issue: </strong></p>
<p>FTP access for specific cPanel accounts needs to be disabled. There is no native way in cPanel/WHM to achieve this.</p>
<p><strong>Solution :</strong></p>
<p>Assuming that you are using <strong>pure-ftpd</strong>, go to <em>/usr/sbin/pureauth</em> . There would be a section in the code as follows :</p>
<blockquote><p># Create ftpusers array<br />
if ( -e &#8216;/etc/ftpusers&#8217; &#038;&#038; !-z &#8216;/etc/ftpusers&#8217; ) {<br />
    open my $ftpusers_fh, &#8216;<', '/etc/ftpusers';<br />
    my @ftpusers = <$ftpusers_fh>;<br />
    close $ftpusers_fh;<br />
    @ftpusers = grep { s/[\r\n\s]//g } @ftpusers;</p>
<p>    # disallow accounts in ftpusers<br />
    if ( any( sub { lc($acctowner) eq lc($_) }, @ftpusers ) ) {<br />
        failed_auth();<br />
    }<br />
}</p></blockquote>
<p>All you need to do is create a file as <em>/etc/ftpusers</em> and put the cPanel usernames in it.<br />
FTP access will no longer be available to the cPanel accounts corresponding to these usernames.<br />
Others would be able to login!</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/disabling-ftp-access-for-a-particular-cpanel-account/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/disabling-ftp-access-for-a-particular-cpanel-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Upload: Time Out Error</title>
		<link>http://www.instacarma.com/blog/technical/ftp-upload-time-out-error/</link>
		<comments>http://www.instacarma.com/blog/technical/ftp-upload-time-out-error/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 17:44:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=191</guid>
		<description><![CDATA[Filed under: FTP Usually Time Out Error occurs when we try to upload large files. We need to check following on our local system: 1. Try enabling &#8220;passive mode&#8221; in FTP client. 2. Check personal firewall/security settings, programs like Norton Anti-Virus to make sure that they are configured to allow FTP access. Try turning these [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a></p>
<p>Usually Time Out Error occurs when we try to upload large files. We need to check following on our local system:</p>
<p>1. Try enabling &#8220;passive mode&#8221; in FTP client.</p>
<p>2. Check personal firewall/security settings, programs like Norton Anti-Virus to make sure that they are configured to allow FTP access. Try turning these programs completely off and retry FTP.</p>
<p>3. Check for any timeout settings in local FTP client and try increasing this.</p>
<p>4. If you continue to have trouble, the time out via the FTP is most likely because of one or more dropped packets at your ISP or at any of the intermediate routers. When you connect to the server, you are usually going through 14-20 other routers before it gets to the destination. If any one of them lose a packet it can cause problems with FTP. One way to get around this is to have a constant PING open &#8211; this keeps the connection through the different servers alive.</p>
<p>On a  Windows Machine :</p>
<p>open a DOS window on your computer and type the following, it will keep a ping open:</p>
<p>ping -t domainname.com</p>
<p>On a  Linux Machine, use the command  below:</p>
<p>ping domainname.com</p>
<p>PS : Replace &#8220;domainname.com&#8221; with your domain name. Then once your upload has completed, press Control-C to cancel the ping.</p>
<p><strong>Issue:</strong></p>
<p>Getting the following error while connecting through Filezilla :</p>
<p>Error: Connection timed out<br />
Error: Failed to retrieve directory listing</p>
<p><strong>Cause : </strong></p>
<p>Default setting of Connection in Filezilla is like this.</p>
<p>-&gt; FTP -&gt; Active Mode: Get External IP Address From This URL. Which pointed to http://ip.filezilla-project.org/ip.php .</p>
<p>This is the source of the problem. If we go to above mentioned URL, we will probably get a result of 127.0.0.1. If the Filezilla client needs the external address and is given 127.0.0.1 then there will be problems in connection.</p>
<p><strong>Fix : </strong></p>
<p>We need to configure our Filezilla client as mentioned below.</p>
<p>Open Filezilla, go to Edit -&gt; Settings &gt;&gt; Click on Connection &gt;&gt; FTP: Choose Active &gt;&gt; Click on Connection &gt;&gt; FTP &gt;&gt; Active Mode: Select &#8220;Ask your operating system for the external IP address&#8221; &gt;&gt; Click on Connection &gt;&gt; FTP &gt;&gt; Passive Mode: Choose Fall Back to Active Mode &gt;&gt; Press OK.</p>
<p>Try connecting to your FTP site once again and it should work now.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/ftp-upload-time-out-error/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/ftp-upload-time-out-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

