<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using cURL for FTP over SSL file transfers</title>
	<link>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html</link>
	<description>Geek tech-tips, news and commentary</description>
	<pubDate>Tue, 06 Jan 2009 19:45:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-321</link>
		<author>Doug</author>
		<pubDate>Thu, 14 Aug 2008 23:47:32 +0000</pubDate>
		<guid>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-321</guid>
		<description>Lots of things can be going on - a firewall can be blocking the FTP traffic, or there can be other network issues. Hard to say without knowing your situation. Can you post your debug output?</description>
		<content:encoded><![CDATA[<p>Lots of things can be going on - a firewall can be blocking the FTP traffic, or there can be other network issues. Hard to say without knowing your situation. Can you post your debug output?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-320</link>
		<author>Mark</author>
		<pubDate>Thu, 14 Aug 2008 16:24:59 +0000</pubDate>
		<guid>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-320</guid>
		<description>I tried using the solution you provided, "--disable-epsv --ftp-skip-pasv-ip" as I was getting the "500 'EPSV': command not understood" message and connection timeout. However, I am still getting timeout.

Any other ideas?</description>
		<content:encoded><![CDATA[<p>I tried using the solution you provided, &#8220;&#8211;disable-epsv &#8211;ftp-skip-pasv-ip&#8221; as I was getting the &#8220;500 &#8216;EPSV&#8217;: command not understood&#8221; message and connection timeout. However, I am still getting timeout.</p>
<p>Any other ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FB</title>
		<link>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-298</link>
		<author>FB</author>
		<pubDate>Thu, 29 May 2008 18:23:49 +0000</pubDate>
		<guid>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-298</guid>
		<description>I cam upon the page when having the problem. Left.
Searched haxx curl man page, fixed it up then stumbled back here. I should have just read this and tried it first, lol.
Works nicely.</description>
		<content:encoded><![CDATA[<p>I cam upon the page when having the problem. Left.<br />
Searched haxx curl man page, fixed it up then stumbled back here. I should have just read this and tried it first, lol.<br />
Works nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-286</link>
		<author>Doug</author>
		<pubDate>Tue, 06 May 2008 14:46:02 +0000</pubDate>
		<guid>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-286</guid>
		<description>Sure, just use standard shell redirects. Curl will output the errors and verbose text to standard error, so just redirect that:

curl -3 -v ... 2&gt; errors.txt (to save the error/verbose output in the file errors.txt)
or 
curl -3 -v ... &gt; output.txt 2&gt;&#038;1 (to save both non-error and error/verbose output to the file output.txt)</description>
		<content:encoded><![CDATA[<p>Sure, just use standard shell redirects. Curl will output the errors and verbose text to standard error, so just redirect that:</p>
<p>curl -3 -v &#8230; 2> errors.txt (to save the error/verbose output in the file errors.txt)<br />
or<br />
curl -3 -v &#8230; > output.txt 2>&#038;1 (to save both non-error and error/verbose output to the file output.txt)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul Mejia</title>
		<link>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-285</link>
		<author>Raul Mejia</author>
		<pubDate>Tue, 06 May 2008 14:34:22 +0000</pubDate>
		<guid>http://blog.unixlore.net/2007/11/using-curl-for-ftp-over-ssl-file.html#comment-285</guid>
		<description>Is there a way to redirect the output of information when debugging.  When using option -v, we will receive information of what is occurring such as (
...
 QUIT
</description>
		<content:encoded><![CDATA[<p>Is there a way to redirect the output of information when debugging.  When using option -v, we will receive information of what is occurring such as (<br />
&#8230;<br />
 QUIT</p>
]]></content:encoded>
	</item>
</channel>
</rss>
