Config.in 898 B

123456789101112131415161718192021222324252627282930313233343536
  1. config BR2_PACKAGE_NCFTP
  2. bool "ncftp"
  3. depends on BR2_LARGEFILE
  4. help
  5. NcFTP Client (also known as just NcFTP) is a set of FREE application
  6. programs implementing the File Transfer Protocol (FTP).
  7. http://www.ncftp.com/ncftp/
  8. menu "ncFTP tools selection"
  9. depends on BR2_PACKAGE_NCFTP
  10. config BR2_PACKAGE_NCFTP_GET
  11. bool "NcFTPGet - command-line utility program"
  12. default y
  13. config BR2_PACKAGE_NCFTP_PUT
  14. bool "NcFTPPut - command-line utility program"
  15. default y
  16. config BR2_PACKAGE_NCFTP_LS
  17. bool "NcFTPLs - command-line utility program"
  18. default y
  19. config BR2_PACKAGE_NCFTP_BATCH
  20. bool "NcFTPBatch & NcFTPSpooler - background FTP program for individual users"
  21. default y
  22. config BR2_PACKAGE_NCFTP_BOOKMARKS
  23. bool "NcFTPBookmarks - ncurses based Bookmark Editor"
  24. select BR2_PACKAGE_NCURSES
  25. endmenu
  26. comment "ncftp requires a toolchain with LARGEFILE support"
  27. depends on !BR2_LARGEFILE