**接続とログイン [#k044fa3c]

 $ ftp 192.168.0.2
 Connected to 192.168.0.2.
 220 (vsFTPd *.*.*)
 530 Please login with USER and PASS.
 530 Please login with USER and PASS.
 KERBEROS_V4 rejected as an authentication type
 Name (192.168.0.2:user): user
 331 Please specify the password.
 Password:
 230 Login successful.
 Remote system type is UNIX.
 Using binary mode to transfer files.

**リモートのファイルリストを見る [#q6e76352]

 ftp> ls

**ローカルのファイルリストを見る [#u6054395]

 ftp> !ls

**リモートのディレクトリを変更する [#i818b727]

 ftp> cd public_html

**ローカルのディレクトリを変更する [#p6178230]

 ftp> lcd public_html

**ファイルをGETする [#o9ba1f3f]

 ftp> get list.txt

**ファイルをまとめてGETする [#z5310fb0]

 ftp> mget *.txt

**ファイルをPUTする [#l0432a90]

 ftp> put list.txt

**ファイルをまとめてPUTする [#sc3ca44b]

 ftp> mput *.txt

**ディレクトリを作成する [#zeb31a5d]

 ftp> mkdir public_html

**接続を終了する [#t9f94176]

 ftp> quit

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS