From c48e3b93ec663808f529b7821526e1c0ddd85d92 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Sun, 9 Aug 2015 21:46:54 +0000 Subject: - Add new port: ftp/R-cran-curl The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https://, ftps://), 'gzip' compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with HTTP specific tools and logic. WWW: https://cran.r-project.org/web/packages/curl/ --- ftp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ftp/Makefile') diff --git a/ftp/Makefile b/ftp/Makefile index 82cb0fc858b6..f414790287c5 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -4,6 +4,7 @@ COMMENT = FTP client and server utilities SUBDIR += R-cran-RCurl + SUBDIR += R-cran-curl SUBDIR += atftp SUBDIR += axel SUBDIR += bareftp -- cgit v1.2.3