pull: Pull Files from an Sftp Server

Description Usage Arguments Details Value Author(s) References

Description

Pull one or more files from the main sftp folder into the working directory.

Usage

1

Arguments

files

a character vector containing the files to be loaded

Details

Students use pull(files) to download file(s) to their computer from the sftp site. One or more files can specified. Files are loaded to the student's working directory. If the file already exists the user is asked if s(he) wants to overwrite the old file. If "n"o is chosen, the user is asked for a new file name.

Value

None

Author(s)

Howard J. Seltman hseltman@stat.cmu.edu and Francis R. Kovacs

References

https://stackoverflow.com/questions/15950396/sftp-get-files-with-r https://jonkimanalyze.wordpress.com/2014/11/20/r-quick-sftp-file-transfer/


hseltman/pushPull documentation built on May 15, 2019, noon