Config.in 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config BR2_PACKAGE_NCFTP
  2. bool "ncftp"
  3. default n
  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 BR2_PACKAGE_NCFTP
  10. config BR2_PACKAGE_NCFTP_GET
  11. bool "NcFTPGet - command-line utility program"
  12. default y
  13. depends BR2_PACKAGE_NCFTP
  14. config BR2_PACKAGE_NCFTP_PUT
  15. bool "NcFTPPut - command-line utility program"
  16. default y
  17. depends BR2_PACKAGE_NCFTP
  18. config BR2_PACKAGE_NCFTP_LS
  19. bool "NcFTPLs - command-line utility program"
  20. default y
  21. depends BR2_PACKAGE_NCFTP
  22. config BR2_PACKAGE_NCFTP_BATCH
  23. bool "NcFTPBatch - background FTP program for individual users"
  24. default y
  25. depends BR2_PACKAGE_NCFTP
  26. config BR2_PACKAGE_NCFTP_SPOOLER
  27. bool "NcFTPSpooler - spooler - not working properly"
  28. default n
  29. depends BR2_PACKAGE_NCFTP
  30. config BR2_PACKAGE_NCFTP_BOOKMARKS
  31. bool "NcFTPBookmarks - not working properly"
  32. default n
  33. depends BR2_PACKAGE_NCFTP
  34. endmenu