README.md

sftp

R package with convenience functions for SFTP operations wrapping RCurl functions

Motivation

RCurl is a very powerful and versatile package, but it is also hard to use due to the vast amount of options and alternatives. The sftp package serves the purpose of making it straight-forward and uncomplicated to move files and folders between a local system and an SFTP server.

Motto

Cool data science is sexy, but it is also nice to get hold of the data to begin with

TODO

Installation

Get hold of this package by running these lines of code in R:

install.packages("devtools") # unless you already have it installed
devtools::install_github("stenevang/sftp")


stenevang/sftp documentation built on Feb. 8, 2022, 6:40 p.m.