2011年5月14日 星期六

NcFTP

==使用YUM安裝==
1.rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm

2.yum list *NCFTP*

3.yum install ncftp

==使用==
FTP整個資料夾
ncftpput -u [ftp_id] -p [ftp_pw] -A -R -m -V [ftp_ip] [遠端路徑] [本地檔案]

實例:
ncftpput -u webuser -p ftp_pwd -A -R -m -V 192.168.50.123 /home/webuser ./webuser/*

==官方網址=
http://www.ncftp.com/ncftp/