writeFTPFiles: Fetch and Write FTP Files

Description Usage Arguments Value

View source: R/writeFTPFiles.R

Description

This function allows you to pull down a series of files from the FTP and immediately save them to a location without loading the complete data into memory.

Usage

1
writeFTPFiles(host, userpwd, fileList, file, tempPath = NULL)

Arguments

host

The FTP host url

userpwd

login username and password colon seperated

fileList

List of files to pull down

file

Character string naming the file for writing

tempPath

Optional character string file path

Value

A single file comprised of the list of files given in the directory of choice


blazickjoe/DataScienceLibrary documentation built on Nov. 5, 2019, 2:26 p.m.