ftp
$WROTE Mie Suemitsu
$CREATE DATE /06/05/2001
ascii mode にする
ftp> ascii
200 Type set to A.
binary mode にする
ftp> bin
200 Type set to I.
remote host より local host へ file 転送する
local host より remote host へ file 転送する
meta charactor * (任意の文字列)を使って複数のファイルを get する
meta charactor * (任意の文字列)を使って複数のファイルを put する
mget mput では転送確認を要求するので Interactive mode を off にする
ftp> prompt
Interactive mode off.
再び転送確認を要求するには Interactive mode を on にする
ftp> prompt on
Interactive mode on.
passive mode にする
passive mode とはコネクションをクライアント側から張ること
サーバ側からコネクションを張った場合、firewall が拒否する可能性がある
passive mode を解除する