<?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>捞月 &#187; ncftp</title>
	<atom:link href="http://laoyue.chez.com/index.php/archives/tag/ncftp/feed" rel="self" type="application/rss+xml" />
	<link>http://laoyue.chez.com</link>
	<description>旺旺旺~~~</description>
	<lastBuildDate>Tue, 12 May 2026 14:07:23 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.41</generator>
	<item>
		<title>Linux命令行下的FTP客户端软件NCFTP</title>
		<link>http://laoyue.chez.com/index.php/archives/1364</link>
		<comments>http://laoyue.chez.com/index.php/archives/1364#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:35:29 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[工具收集]]></category>
		<category><![CDATA[ncftp]]></category>

		<guid isPermaLink="false">http://saoker.net/?p=1364</guid>
		<description><![CDATA[情形1 A空间有ROOT B空间没ROOT 你传文件会怎么传 情形2 A空间有ROOT B空间没ROOT C空间没ROOT 互传文件模拟 —————————————————————————– A空间打包 命令下FTP到B空间 put *.tar.gz 然后B空间想尽办法解压 —————————————————————————– 介绍给各位个工具 前提你有ROOT权限 Linux命令行下的FTP客户端软件──ncftp，用来作整个目录批量上载。ncftpput是它的一个附带程序，在shell脚本中调用ncftpput上载文件到FTP服务器，非常方便。 详细内容见其官方网站：http://www.ncftp.com/ 安装 wget ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.gz tar zxvf ncftp-3.2.3-src.tar.gz cd ncftp-3.2.3/ ./configure –prefix=/usr/local/ncftp make &#38;&#38; make install 示例：将本地/home/admin/isme.com.ru/laoyue.chez.com/目录内的所有文件和目录，上载到FTP服务器的/目录内 /usr/local/ncftp/bin/ncftpput -u laoyue -p WaOD -P 21 -m -R laoyue.chez.com / /home/admin/isme.com.ru/laoyue.chez.com]]></description>
				<content:encoded><![CDATA[<p>情形1 A空间有ROOT B空间没ROOT 你传文件会怎么传</p>
<p>情形2 A空间有ROOT B空间没ROOT C空间没ROOT 互传文件模拟</p>
<p>—————————————————————————–</p>
<p>A空间打包 命令下FTP到B空间 put *.tar.gz 然后B空间想尽办法解压</p>
<p>—————————————————————————–</p>
<p>介绍给各位个工具 前提你有ROOT权限 Linux命令行下的FTP客户端软件──ncftp，用来作整个目录批量上载。ncftpput是它的一个附带程序，在shell脚本中调用ncftpput上载文件到FTP服务器，非常方便。</p>
<p>详细内容见其官方网站：<a href="http://www.ncftp.com/">http://www.ncftp.com/</a></p>
<p>安装</p>
<blockquote><p>wget <a href="ftp://ftp.ncftp.com/ncftp/ncftp-3.2.2-src.tar.gz" target="_blank">ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.gz</a><br />
tar zxvf ncftp-3.2.3-src.tar.gz<br />
cd ncftp-3.2.3/<br />
./configure –prefix=/usr/local/ncftp<br />
make &amp;&amp; make install</p></blockquote>
<p>示例：将本地/home/admin/isme.com.ru/laoyue.chez.com/目录内的所有文件和目录，上载到FTP服务器的/目录内</p>
<blockquote><p>/usr/local/ncftp/bin/ncftpput -u laoyue -p WaOD -P 21 -m -R laoyue.chez.com / /home/admin/isme.com.ru/laoyue.chez.com</p>
<p><a href="http://laoyue.chez.com/wp-content/uploads/2009/12/222.jpg"><img title="222" src="http://laoyue.chez.com/wp-content/uploads/2009/12/222.jpg" alt="" width="636" height="133" /></a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://laoyue.chez.com/index.php/archives/1364/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
