2007-05-22 13:59:22 +02:00
|
|
|
config BR2_PACKAGE_NCFTP
|
|
|
|
bool "ncftp"
|
2009-10-03 21:57:21 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2007-05-22 13:59:22 +02:00
|
|
|
help
|
|
|
|
NcFTP Client (also known as just NcFTP) is a set of FREE application
|
|
|
|
programs implementing the File Transfer Protocol (FTP).
|
|
|
|
|
|
|
|
http://www.ncftp.com/ncftp/
|
|
|
|
|
2007-10-31 07:37:44 +01:00
|
|
|
menu "ncFTP tools selection"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_PACKAGE_NCFTP
|
2007-10-31 07:37:44 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_NCFTP_GET
|
|
|
|
bool "NcFTPGet - command-line utility program"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NCFTP_PUT
|
|
|
|
bool "NcFTPPut - command-line utility program"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NCFTP_LS
|
|
|
|
bool "NcFTPLs - command-line utility program"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NCFTP_BATCH
|
2009-04-01 22:52:41 +02:00
|
|
|
bool "NcFTPBatch & NcFTPSpooler - background FTP program for individual users"
|
2007-10-31 07:37:44 +01:00
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NCFTP_BOOKMARKS
|
2009-04-01 22:52:41 +02:00
|
|
|
bool "NcFTPBookmarks - ncurses based Bookmark Editor"
|
|
|
|
select BR2_PACKAGE_NCURSES
|
2007-10-31 07:37:44 +01:00
|
|
|
|
|
|
|
endmenu
|
2009-10-03 21:57:21 +02:00
|
|
|
|
|
|
|
comment "ncftp requires a toolchain with LARGEFILE support"
|
|
|
|
depends on !BR2_LARGEFILE
|