Google
 

« vsftpd.conf | メイン | InnoDB テーブルのデフラグメント »

2007年11月21日

●FTP

#!/bin/sh
LANG=C

ftp -i -v -n xxx.xxx.ne.jp< user username password
passive
cd public_html/
get xxxx
get xxxx

put xxxx
put xxxx
quit
EOF

トラックバックURL

このエントリーのトラックバックURL:
http://www.fatcat-hosting.net/mt-tb.cgi/108