●FTP
#!/bin/sh
LANG=C
ftp -i -v -n xxx.xxx.ne.jp<
passive
cd public_html/
get xxxx
get xxxx
put xxxx
put xxxx
quit
EOF
« vsftpd.conf | メイン | InnoDB テーブルのデフラグメント »
#!/bin/sh
LANG=C
ftp -i -v -n xxx.xxx.ne.jp<
passive
cd public_html/
get xxxx
get xxxx
put xxxx
put xxxx
quit
EOF
このエントリーのトラックバックURL:
http://www.fatcat-hosting.net/mt-tb.cgi/108