1 config BR2_PACKAGE_LFTP
3 depends on BR2_USE_WCHAR
4 depends on BR2_INSTALL_LIBSTDCPP
5 depends on BR2_USE_MMU # fork()
6 select BR2_PACKAGE_READLINE
7 select BR2_PACKAGE_ZLIB
8 select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
10 LFTP is a sophisticated ftp/http client, and a file transfer program
11 supporting a number of network protocols. Like BASH, it has job
12 control and uses the readline library for input. It has bookmarks,
13 a built-in mirror command, and can transfer several files in parallel.
14 It was designed with reliability in mind.
22 config BR2_PACKAGE_LFTP_CMD_MIRROR
28 config BR2_PACKAGE_LFTP_CMD_SLEEP
34 config BR2_PACKAGE_LFTP_CMD_TORRENT
35 bool "Torrent command"
37 Enable torrent command
41 config BR2_PACKAGE_LFTP_PROTO_FISH
46 config BR2_PACKAGE_LFTP_PROTO_FTP
52 config BR2_PACKAGE_LFTP_PROTO_HTTP
57 config BR2_PACKAGE_LFTP_PROTO_SFTP
62 endif # BR2_PACKAGE_LFTP
64 comment "lftp requires a toolchain w/ C++, wchar"
65 depends on BR2_USE_MMU
66 depends on !(BR2_USE_WCHAR && BR2_INSTALL_LIBSTDCPP)