<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install and Configure FTP Server in Amazon EC2 instance</title>
	<atom:link href="http://linuxadminzone.com/install-and-configure-ftp-server-in-amazon-ec2-instance/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com/install-and-configure-ftp-server-in-amazon-ec2-instance/</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:59:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://linuxadminzone.com/install-and-configure-ftp-server-in-amazon-ec2-instance/comment-page-1/#comment-351</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 30 Jan 2010 13:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=18#comment-351</guid>
		<description>&lt;a href=&quot;#comment-349&quot; rel=&quot;nofollow&quot;&gt;@jagbir&lt;/a&gt; 
Hi, Jagbir:
  I use 10000/10024 port, and use Amazon AWS Management Console to config Security Groups as:
 ----------------------
Connection Method 
-
Protocol
tcp	
From Port
10000	
To Port
10024	
Source (IP or group)
0.0.0.0/0  
----------------
And you can see my problem post at Amazon forum here:
https://developer.amazonwebservices.com/connect/thread.jspa?threadID=41962&amp;tstart=0.
But still no answer....</description>
		<content:encoded><![CDATA[<p><a href="#comment-349" rel="nofollow">@jagbir</a><br />
Hi, Jagbir:<br />
  I use 10000/10024 port, and use Amazon AWS Management Console to config Security Groups as:<br />
 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Connection Method<br />
-<br />
Protocol<br />
tcp<br />
From Port<br />
10000<br />
To Port<br />
10024<br />
Source (IP or group)<br />
0.0.0.0/0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
And you can see my problem post at Amazon forum here:<br />
<a href="https://developer.amazonwebservices.com/connect/thread.jspa?threadID=41962&amp;tstart=0" rel="nofollow">https://developer.amazonwebservices.com/connect/thread.jspa?threadID=41962&amp;tstart=0</a>.<br />
But still no answer&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagbir</title>
		<link>http://linuxadminzone.com/install-and-configure-ftp-server-in-amazon-ec2-instance/comment-page-1/#comment-349</link>
		<dc:creator>jagbir</dc:creator>
		<pubDate>Sat, 30 Jan 2010 09:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=18#comment-349</guid>
		<description>Hi Mike, are you sure all mentioned ports are open? did you tried restarting ftp server?</description>
		<content:encoded><![CDATA[<p>Hi Mike, are you sure all mentioned ports are open? did you tried restarting ftp server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://linuxadminzone.com/install-and-configure-ftp-server-in-amazon-ec2-instance/comment-page-1/#comment-348</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 30 Jan 2010 09:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=18#comment-348</guid>
		<description>Hi, I install and config like this, but my FTP client returns:
&quot;Response:	200 Switching to Binary mode.
Command:	PASV
Response:	500 OOPS: child died
Command:	PORT 222,212,103,247,18,106
Error:	Connection closed by server
Error:	Failed to retrieve directory listing&quot;
Do you have any suggestion?  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I install and config like this, but my FTP client returns:<br />
&#8220;Response:	200 Switching to Binary mode.<br />
Command:	PASV<br />
Response:	500 OOPS: child died<br />
Command:	PORT 222,212,103,247,18,106<br />
Error:	Connection closed by server<br />
Error:	Failed to retrieve directory listing&#8221;<br />
Do you have any suggestion?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amarjit</title>
		<link>http://linuxadminzone.com/install-and-configure-ftp-server-in-amazon-ec2-instance/comment-page-1/#comment-314</link>
		<dc:creator>Amarjit</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=18#comment-314</guid>
		<description>I have some problem regarding on the fetching data from the amazon server. &quot;Login&quot; pages do not load on www.tenlegs.com when running under SSL.  The brief root cause of this is as follows:
(1) www.general.com is configured with an SSL certificate issued for this domain name
(2) Our static content (images, css) are stored on Amazon S3.  When any of our website&#039;s web pages make reference to these images under ssl (eg: https://www.general.com/index.php generates html that refers to https://sample.general.com/images/logo.jpg), the web browser finds that sample.general.com is actually s3.amazonaws.com, and the certificate for s3.amazonaws.com does not match the sample.general.com domain name.  The net effect is that the static content is blocked from displaying in the browser, leading to a messy looking page.</description>
		<content:encoded><![CDATA[<p>I have some problem regarding on the fetching data from the amazon server. &#8220;Login&#8221; pages do not load on <a href="http://www.tenlegs.com" rel="nofollow">http://www.tenlegs.com</a> when running under SSL.  The brief root cause of this is as follows:<br />
(1) <a href="http://www.general.com" rel="nofollow">http://www.general.com</a> is configured with an SSL certificate issued for this domain name<br />
(2) Our static content (images, css) are stored on Amazon S3.  When any of our website&#8217;s web pages make reference to these images under ssl (eg: <a href="https://www.general.com/index.php" rel="nofollow">https://www.general.com/index.php</a> generates html that refers to <a href="https://sample.general.com/images/logo.jpg)" rel="nofollow">https://sample.general.com/images/logo.jpg)</a>, the web browser finds that sample.general.com is actually s3.amazonaws.com, and the certificate for s3.amazonaws.com does not match the sample.general.com domain name.  The net effect is that the static content is blocked from displaying in the browser, leading to a messy looking page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagbir</title>
		<link>http://linuxadminzone.com/install-and-configure-ftp-server-in-amazon-ec2-instance/comment-page-1/#comment-211</link>
		<dc:creator>jagbir</dc:creator>
		<pubDate>Fri, 12 Jun 2009 13:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=18#comment-211</guid>
		<description>correct :) thanks for pointing out. fixed.</description>
		<content:encoded><![CDATA[<p>correct <img src='http://linuxadminzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks for pointing out. fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
