Giter Site home page Giter Site logo

sftp's Introduction

sftp

R package with convenience functions for SFTP operations wrapping RCurl functions

  • sftp_connect - create an object with connection credentials

  • sftp_list - list files and/or folders on an SFTP URL

  • sftp_listfiles - list only files on an SFTP URL

  • sftp_listdirs - list only directories on an SFTP URL

  • sftp_download - download one or several files to a local folder

  • sftp_upload - upload one or several files from a local folder

  • sftp_delete - delete one or several files on an SFTP URL

  • sftp_rename - rename a file or a directory on an SFTP URL

  • sftp_makedir - create a new directory below an SFTP path

  • sftp_removedir - remove an existing, empty directory on an SFTP URL

  • sftp_changedir - change the directory in which you are standing by modifying the object with connection credentials

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

  • Add support for keyfiles

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")

sftp's People

Contributors

stenevang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.