a8485982aa
The ftp server does not respond, so change to https:// instead. Here the
3.2.6 version is under older_versions.
wget ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.gz
--2024-06-03 08:10:44-- ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.gz
=> ‘ncftp-3.2.6-src.tar.gz’
Resolving ftp.ncftp.com (ftp.ncftp.com)... 209.197.102.38
Connecting to ftp.ncftp.com (ftp.ncftp.com)|209.197.102.38|:21... ^C
http redirects to https, so update the help text to match.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 3eb84214a1
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
35 lines
609 B
Plaintext
35 lines
609 B
Plaintext
config BR2_PACKAGE_NCFTP
|
|
bool "ncftp"
|
|
# fork()
|
|
depends on BR2_USE_MMU
|
|
help
|
|
NcFTP Client (also known as just NcFTP) is a set of FREE
|
|
application programs implementing the File Transfer Protocol
|
|
(FTP).
|
|
|
|
https://www.ncftp.com/ncftp/
|
|
|
|
if BR2_PACKAGE_NCFTP
|
|
|
|
config BR2_PACKAGE_NCFTP_GET
|
|
bool "ncftpget"
|
|
default y
|
|
|
|
config BR2_PACKAGE_NCFTP_PUT
|
|
bool "ncftpput"
|
|
default y
|
|
|
|
config BR2_PACKAGE_NCFTP_LS
|
|
bool "ncftpls"
|
|
default y
|
|
|
|
config BR2_PACKAGE_NCFTP_BATCH
|
|
bool "ncftpbatch/ncftpspooler"
|
|
default y
|
|
|
|
config BR2_PACKAGE_NCFTP_BOOKMARKS
|
|
bool "ncftpbookmarks"
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
endif
|