LoginSignup
7

More than 5 years have passed since last update.

lftpでファイル転送

Posted at

sftpだとTAB補完が効かないので不便だった
でもsshでファイル転送したかった

使い方

brew install lftp
# sftp hoge@example.com
lftp sftp://hoge@example.com

これだけで補完の効くsftpになる
sftpだとllsだったのが!lsになったり、少しだけ違う
getだとワイルドカードが展開できないのでmgetを使う
mgetで上書きを許可するにはset xfer:clobber onと入力すればOK

Ctrl-rでインクリメンタルサーチ出来たりhelp見れたり便利

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
7