dotfiles/lftp/README.md

604 B

LFTP

Ease of use

  • Added bookmark for default SFTP server.

Performance

  • Disabled cache. Force server to send up-to-date list of files.
  • Set pget chunks to 30. Aim is to completely saturate the connection.
  • Disabled logging by LFTP.

Cosmetic

  • Use colours.
  • Changed default prompt.

Source

Connect

lftp <bookmark title>

Create a symlink for .lftprc

ln -s ~/.dotfiles/lftp/lftprc ~/.lftprc

Create folders for bookmarks & copy over bookmarks.

mkdir -p ~/.lftp

cp ~/.dotfiles/lftp/bookmarks ~/.lftp/bookmarks