Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> LFTP is a sophisticated ftp/http client, and a file transfer program > supporting a number of network protocols. Like BASH, it has job > control and uses the readline library for input. It has bookmarks, a > built-in mirror command, and can transfer several files in parallel. > It was designed with reliability in mind. LFTP is free software, > distributed under the GNU GPL license. [1] A postdoc asked which program allows to limit the bandwidth. `sftp` could do it, but it’s not clear, if a SFTP connection is possible. Create a standard bee file with the command below. ``` > bee init http://lftp.yar.ru/ftp/lftp-4.7.3.tar.xz creating lftp-4.7.3-0.bee from template '/etc/default/bee/templates/fallback' ``` [1] https://lftp.yar.ru/
- Loading branch information