dotfiles/lftp/README.md

35 lines
604 B
Markdown
Raw Normal View History

2016-01-23 00:58:21 +00:00
# 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.
2016-05-25 01:02:00 +00:00
* Disabled logging by LFTP.
2016-01-23 00:58:21 +00:00
## Cosmetic
* Use colours.
* Changed default prompt.
[Source][1]
## Connect
`lftp <bookmark title>`
Create a symlink for `.lftprc`
`ln -s ~/.dotfiles/lftp/lftprc ~/.lftprc`
2016-01-23 00:58:21 +00:00
2016-05-25 01:02:00 +00:00
Create folders for bookmarks & copy over `bookmarks`.
2016-01-23 00:58:21 +00:00
`mkdir -p ~/.lftp`
2016-05-25 01:02:00 +00:00
`cp ~/.dotfiles/lftp/bookmarks ~/.lftp/bookmarks`
2016-01-23 00:58:21 +00:00
[1]: http://lftp.yar.ru/lftp-man.html