<?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>CODIGG &#187; ftp</title>
	<atom:link href="http://www.codigg.com/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigg.com</link>
	<description>关注互联网，关注云计算，关注生活</description>
	<lastBuildDate>Fri, 08 Jul 2011 02:48:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SuSE FTP Client 连接服务器无法list的问题</title>
		<link>http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/</link>
		<comments>http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 06:20:43 +0000</pubDate>
		<dc:creator>Codigg</dc:creator>
				<category><![CDATA[Linux/Server]]></category>
		<category><![CDATA[epsv]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">http://www.codigg.com/?p=708</guid>
		<description><![CDATA[服务器修改了组网结构，同事反馈FTP命令无法使用了，现象如下：

CODIGG-SUSE # ftp user@www.codigg.com

 Connected to www.codigg.com.

220 Welcome

331 Welcome &#8216;user&#8217;, enter password to login.

<span class="readmore"><a href="http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/" title="SuSE FTP Client 连接服务器无法list的问题">阅读全文——共947字</a></span><h3>相关文章</h3><ul><li><a href="http://www.codigg.com/2010/04/ftp-curl-backup-shell/" title="下载远程ftp文件备份到本地的脚本 2010.04.7">下载远程ftp文件备份到本地的脚本</a>(23)</li>
<li><a href="http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/" title="shell命令：使用curl操作ftp（上传、下载、删除等） 2009.12.3">shell命令：使用curl操作ftp（上传、下载、删除等）</a>(115)</li>
</ul><h3>最近评论</h3><ul><li><a class="commentor" href="http://www.kopekpansiyonlari.net" >köpek pansiyonu</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/#comment-214112" title="View the entire comment by köpek pansiyonu" >I used to be looking for this fantastic sharing ad...</a></li>
<li><a class="commentor" href="http://udlvids.com/how-to-download-video-from-youjizz/" >download youjizz</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/#comment-214084" title="View the entire comment by download youjizz" >An appealing issue is worth comment. I do think th...</a></li>
<li><a class="commentor" href="http://www.atkibere.com/" >polar bere</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/#comment-213779" title="View the entire comment by polar bere" >Definitely vital post admin excellent a person i b...</a></li>
<li><a class="commentor" href="http://www.hobbyilan.com/" >model helikopter</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/#comment-213632" title="View the entire comment by model helikopter" >Greetings thanks for great post i was browsing for...</a></li>
<li><a class="commentor" href="http://www.webtesin.com" >güncel blog</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/#comment-213416" title="View the entire comment by güncel blog" >I essential for this weblog post admin genuinely t...</a></li>
</ul>]]></description>
		<wfw:commentRss>http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>下载远程ftp文件备份到本地的脚本</title>
		<link>http://www.codigg.com/2010/04/ftp-curl-backup-shell/</link>
		<comments>http://www.codigg.com/2010/04/ftp-curl-backup-shell/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 04:13:14 +0000</pubDate>
		<dc:creator>Codigg</dc:creator>
				<category><![CDATA[Linux/Server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.codigg.com/?p=664</guid>
		<description><![CDATA[同事让我帮忙写的脚本。

FTP上每天有更新文件，名字是用日期命名（如日志等），但ftp空间有限，因此要求每天将前一天的文件下载到本地，然后删除ftp上10天前的文件。

用之前的一篇文章加以拼装就能实现：使用curl操作ftp（上传、下载、删除等）

http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/

最后的脚本如下：

<span class="readmore"><a href="http://www.codigg.com/2010/04/ftp-curl-backup-shell/" title="下载远程ftp文件备份到本地的脚本">阅读全文——共915字</a></span><h3>相关文章</h3><ul><li><a href="http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/" title="shell命令：使用curl操作ftp（上传、下载、删除等） 2009.12.3">shell命令：使用curl操作ftp（上传、下载、删除等）</a>(115)</li>
<li><a href="http://www.codigg.com/2010/04/lighttpd-expect-100-417-continue/" title="lighttpd不支持Expect: 100-continue的解决办法 2010.04.13">lighttpd不支持Expect: 100-continue的解决办法</a>(67)</li>
<li><a href="http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/" title="SuSE FTP Client 连接服务器无法list的问题 2010.04.11">SuSE FTP Client 连接服务器无法list的问题</a>(20)</li>
<li><a href="http://www.codigg.com/2010/03/linux-baby-rocker-bash-shell/" title="几行代码搞定哄小孩问题(转载) 2010.03.22">几行代码搞定哄小孩问题(转载)</a>(4)</li>
<li><a href="http://www.codigg.com/2010/02/shell-date-script/" title="两个小脚本 2010.02.25">两个小脚本</a>(8)</li>
<li><a href="http://www.codigg.com/2009/09/php-curl-download-filename/" title="php curl下载文件时保存原文件名 2009.09.6">php curl下载文件时保存原文件名</a>(70)</li>
</ul><h3>最近评论</h3><ul><li><a class="commentor" href="http://aggsbabyboots.weebly.com/" >uggs baby boots</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/ftp-curl-backup-shell/#comment-214274" title="View the entire comment by uggs baby boots" >Uggboots are designed with sizing's that can healt...</a></li>
<li><a class="commentor" href="http://www.youtube.com/watch?v=d6lvKVH2ZnI" >facebook video download</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/ftp-curl-backup-shell/#comment-213984" title="View the entire comment by facebook video download" >Can I just say what a relief to find people that t...</a></li>
<li><a class="commentor" href="http://www.scriptlerim.net" >liseli porno</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/ftp-curl-backup-shell/#comment-213858" title="View the entire comment by liseli porno" >you might be truly range 1 admin your blogging is ...</a></li>
<li><a class="commentor" href="http://www.sohbetederiz.com/" >sohbet odaları</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/ftp-curl-backup-shell/#comment-213816" title="View the entire comment by sohbet odaları" >oh my god wonderful put up admin will check your w...</a></li>
<li><a class="commentor" href="http://www.kolonkanseribelirtileri.com/" >kolon kanseri belirtileri</a> : <a class="comment_content" href="http://www.codigg.com/2010/04/ftp-curl-backup-shell/#comment-213112" title="View the entire comment by kolon kanseri belirtileri" >oh my god great put up admin will check your web s...</a></li>
</ul>]]></description>
		<wfw:commentRss>http://www.codigg.com/2010/04/ftp-curl-backup-shell/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>shell命令：使用curl操作ftp（上传、下载、删除等）</title>
		<link>http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/</link>
		<comments>http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:29:55 +0000</pubDate>
		<dc:creator>Codigg</dc:creator>
				<category><![CDATA[Linux/Server]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://www.codigg.com/?p=552</guid>
		<description><![CDATA[在shell中如果直接用ftp命令来操作服务器，太麻烦了，要交互。这里用curl来实现，本站提供的康盛漫游平台-超级大富翁的购买推荐页面 http://www.codigg.com/demo/rich/final.html 就是用这个实现的上传。

无需多说，直接上代码



?View Code BASH# 列出某目录下的所有文件

curl -u user:psw ftp://www.codigg.com 

<span class="readmore"><a href="http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/" title="shell命令：使用curl操作ftp（上传、下载、删除等）">阅读全文——共339字</a></span><h3>相关文章</h3><ul><li><a href="http://www.codigg.com/2010/04/ftp-curl-backup-shell/" title="下载远程ftp文件备份到本地的脚本 2010.04.7">下载远程ftp文件备份到本地的脚本</a>(23)</li>
<li><a href="http://www.codigg.com/2010/04/lighttpd-expect-100-417-continue/" title="lighttpd不支持Expect: 100-continue的解决办法 2010.04.13">lighttpd不支持Expect: 100-continue的解决办法</a>(67)</li>
<li><a href="http://www.codigg.com/2010/04/suse-ftp-client-list-ls-failed/" title="SuSE FTP Client 连接服务器无法list的问题 2010.04.11">SuSE FTP Client 连接服务器无法list的问题</a>(20)</li>
<li><a href="http://www.codigg.com/2009/09/php-curl-download-filename/" title="php curl下载文件时保存原文件名 2009.09.6">php curl下载文件时保存原文件名</a>(70)</li>
</ul><h3>最近评论</h3><ul><li><a class="commentor" href="http://www.youtube.com/watch?v=ZJiomktqGYw" >Dentist Kettering</a> : <a class="comment_content" href="http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/#comment-214286" title="View the entire comment by Dentist Kettering" >Nice to meet you your  site looks  extraordinary ....</a></li>
<li><a class="commentor" href="http://www.obbergton.com/" >obbergton</a> : <a class="comment_content" href="http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/#comment-214251" title="View the entire comment by obbergton" >Y’all should ask them to make the boots too for ne...</a></li>
<li><a class="commentor" href="http://www.anilmarin.com/jak-wyslac-pit-przez-internet/1718/" >e-deklaracje</a> : <a class="comment_content" href="http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/#comment-214210" title="View the entire comment by e-deklaracje" >In Firefox - How to open in new tab automatically ...</a></li>
<li><a class="commentor" href="http://www.celebritiesdietsecrets.co.uk/" >How to Lose Stomach Fat</a> : <a class="comment_content" href="http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/#comment-214198" title="View the entire comment by How to Lose Stomach Fat" >Your site is very informative and helpful. This sh...</a></li>
<li><a class="commentor" href="http://www.obbergton.com/" >obbergton</a> : <a class="comment_content" href="http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/#comment-214059" title="View the entire comment by obbergton" >None of these scenarios would result in the extinc...</a></li>
</ul>]]></description>
		<wfw:commentRss>http://www.codigg.com/2009/12/shell-curl-ftp-upload-download-delete/feed/</wfw:commentRss>
		<slash:comments>115</slash:comments>
		</item>
	</channel>
</rss>

