Config.in 784 B

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