## SECTION=networking menuconfig LIBCURL tristate prompt "libcurl " select OPENSSL if LIBCURL__SSL select ZLIB help curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. if LIBCURL config LIBCURL__CURL bool "install curl program" config LIBCURL__HTTP bool "http" default y config LIBCURL__COOKIES bool "cookies support" depends on LIBCURL__HTTP config LIBCURL__FTP bool "ftpt" default y config LIBCURL__FILE bool "file" config LIBCURL__SSL bool "ssl" depends on BROKEN config LIBCURL__CRYPTO_AUTH bool "cryptographic authentication" config LIBCURL__IPV6 bool "ipv6" endif