getFTPFiles: Fetch FTP Files

Description Usage Arguments Value

View source: R/getFTPFiles.R

Description

This function allows you to pull down a series of files from the FTP

Usage

1
2
getFTPFiles(host, userpwd, ftpType = "FTP", fileList, pattern = "",
  tempPath = "")

Arguments

host

The FTP host url

userpwd

login username and password colon seperated

ftpType

can be FTP or SFTP ... defaults to FTP

fileList

List of files to pull down

pattern

Regex search criteria

tempPath

Optional input for temp path location

Value

A single data.frame object with all ftp files appended together


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