blob: 7908ed009d38c1877757f00c9b34a4c33bf6c244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
config BR2_PACKAGE_NCFTP
bool "ncftp"
default n
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/
config BR2_PACKAGE_NCFTP_UTILS
bool "install utils (ncftpput, ncftpget, ncftpls)"
default n
depends on BR2_PACKAGE_NCFTP
help
This will also install:
- NcFTPGet - command-line utility program
- NcFTPPut - command-line utility program
- NcFTPLs - command-line utility program
- NcFTPBatch - background FTP program for individual users
- NcFTPSpooler - background batch FTP service for systems
|