g999999@as301> ftp user.ecc.u-tokyo.ac.jp Connected to user. 220 ProFTPD 1.2.2 Server (user.ecc.u-tokyo.ac.jp) [user.ecc.u-tokyo.ac.jp] Name (user.ecc.u-tokyo.ac.jp:g999999):(通常はそのままリターン) 331 Password required for g999999. Password:(パスワード入力。何も表示されない。) 230 User g999999 logged in. ftp> |
ls | リモートのファイル一覧を表示 |
!ls | ローカルのファイル一覧を表示 |
pwd | リモートのカレントディレクトリを表示 |
!pwd | ローカルのカレントディレクトリを表示 |
cd | リモートのカレントディレクトリを変更 |
lcd | ローカルのカレントディレクトリを変更 |
quit | ftpを終了する |
ftp>lcd .public_html(これでローカルのカレントディレクトリが.public_htmlになる。) ftp>cd .public_html(これでリモートのカレントディレクトリが.public_htmlになる。) |
ftp>put index.html ftp>mput *.html(これでローカルにあるHTMLファイルが全てリモートに送られた) |
ftp>pwd ftp>mkdir picture ftp>cd picture ftp>!pwd ftp>lcd picture ftp>bin ftp>mput *.gif |
g999999@as301> chmod 755 .public_html |
g999999@as301> chmod 700 g?????? |
ftp> quote site chmod 644 index.html |