| !<shell_command> |
ローカルのコマンド実行 |
| alias [<name> [<value>]] |
lftp 内でのアリアス設定。ちょっち bash と設定の仕方が違う。
lftp:~> alias la "ls -laF" |
| anon |
anon - login anonymously (by default) |
| bookmark [SUBCMD] |
bookmark add rim
で、リムネットに接続していたら次回以降、
$ lftp rim で接続可能。
~/.lftp/bookmarks に内容が記載されるが、パスワードが丸見えになる場合もあるのでパーミッションに注意。
bookmarks 自身のパーミッションは 600 になっているけど、
$ chmod 700 .lftp/ もしときましょう。
|
| cache [SUBCMD] |
cache command controls local memory cache |
| cat [-b] <files> |
中身はなにかな? |
| cd <rdir> |
モート(向う側にあるPC)のディレクトリ移動。 |
| lcd <ldir> |
ローカル(目の前にあるPC)のディレクトリ移動。 |
| chmod mode file... |
リモートのパーミッション変更。 やばいものは全て 600 |
| close [-a] |
Close idle connections. |
| debug [<level>|off] [-o <file>] |
Set debug level to given |
| exit [<code>|bg] |
さよならの合言葉 |
| get [OPTS] <rfile> [-o <lfile>] |
ファイル1つだけをリモートからローカルへコピー。 |
| help [<cmd>] |
ヘルプみー |
| jobs [-v] |
List running jobs. |
| kill all|<job_no> |
ザクっと。サクっと。 |
| lftp [OPTS] <site> |
いいそふとだねー |
| ls [<args>] |
リモートのファイル表示。
2回目以降はキャッシュの内容を表示するのでディレクトリの内容が変わった可能性のあるときは rels を使う事。 |
| rels [<args>] |
どう のっと ルック きゃっしゅ な ls |
| mget [OPTS] <files> |
複数ファイルをイッキにローカルへダウン。ワイルドカード使用可能。 |
| mirror [OPTS] [remote [local]] |
パーミッションから何まで全部コピー。
-R を付ければローカルからリモートへ。 |
| mkdir [-p] <dirs> |
穴を掘りましょう。 |
| module name [args] |
Load module (shared object).よーわからん。 |
| more <files> |
個人的には less かな。 |
| mput [OPTS] <files> |
複数ファイルをまとめてリモートへコピー。ワイルドカード使用可能。 |
| mrm <files> |
Removes specified files with wildcard expansion |
| mv <file1> <file2> |
えむぶい |
| nlist [<args>] |
List remote file names. 使い通なさそう。 |
| open [OPTS] <site> |
どこから、おとそっかな。 |
| pget [OPTS] <rfile> [-o <lfile>] |
Gets the specified file using several connections. |
| put [OPTS] <lfile> [-o <rfile>] |
ファイルを1つアップ。 |
| pwd [-p] |
ここはどこ? |
| quote <cmd> |
Send the command uninterpreted. |
| reget [OPTS] <rfile> [-o <lfile>] |
ダメだったヤツをもう一度落してこよう。 |
| renlist [<args>] |
Same as `nlist', but don't look in cache. |
| reput <lfile> [-o <rfile>] |
Same as `put -c'. ダメったのをもう一度アップしよう。 |
| rm [-r] [-f] <files> |
さよーならー。 |
| rmdir [-f] <dirs> |
〃 |
| scache [<session_no>] |
List cached sessions or switch to specified session number |
| set [OPT] [<var> [<val>]] |
Set variable to given value. |
| site <site_cmd> |
Execute site command <site_cmd>
and output the result You can redirect its output. |
| source <file> |
Execute commands recorded in file <file> |
| user <user|URL> [<pass>] |
Use specified info for remote login. ?? |
| version |
どのくらい、オニュー? |
| wait [<jobno>] |
プレイバック、プレイバック |
| zcat <files> |
圧縮してても平気さ。 |
| zmore <files> |
圧縮してても平気さ。 |
こーんなにある。