summaryrefslogtreecommitdiffstats
path: root/rules/ncftp.in
blob: e7bd49e23f3546c30b29cccf3ab406b3d81ffc0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## SECTION=networking

menuconfig NCFTP
	tristate
	select NCURSES if NCFTP_NCFTPBOOKMARKS
	prompt "ncftp                         "
	help
	  A user-friendly and well-featured FTP client

	  This program allows a user to transfer files to and from a
	  remote network site, and offers additional features that are
	  not found in the standard interface, ftp. This version has
	  Readline support enabled.

if NCFTP

config NCFTP_NCTP
	bool "ncftp"
	default y

config NCFTP_NCFTPBATCH_NCFTPSPOOLER
	bool "ncftpbatch/ncftpspooler"

config NCFTP_NCFTPBOOKMARKS
	bool "ncftpbookmarks"

config NCFTP_NCFTPGET
	bool "ncftpget"

config NCFTP_NCFTPLS
	bool "ncftpls"

config NCFTP_NCFTPPUT
	bool "ncftpput"

endif