Package: sftpR 0.2.0

sftpR: Robust SFTP Interface Using 'curl'

Provides a high-level, object-oriented interface for Secure File Transfer Protocol (SFTP) operations built upon the 'curl' package. The package implements an 'R6' class to manage persistent connections and provides 'tidyverse'-style functions for common file system tasks. Key features include recursive directory creation with idempotency support, "smart" local path resolution that distinguishes between files and directories, and the ability to download remote resources directly into memory as raw vectors for seamless integration into data processing pipelines. It is designed to handle common SFTP edge cases gracefully, providing informative error messages and robust path sanitization to ensure compatibility across different server configurations.

Authors:Michael Kuo [aut, cre]

sftpR_0.2.0.tar.gz
sftpR_0.2.0.zip(r-4.7)sftpR_0.2.0.zip(r-4.6)sftpR_0.2.0.zip(r-4.5)
sftpR_0.2.0.tgz(r-4.6-any)sftpR_0.2.0.tgz(r-4.5-any)
sftpR_0.2.0.tar.gz(r-4.7-any)sftpR_0.2.0.tar.gz(r-4.6-any)
sftpR_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
sftpR/json (API)
NEWS

# Install 'sftpR' in R:
install.packages('sftpR', repos = c('https://mikuo0628.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mikuo0628/sftpr/issues

Pkgdown/docs site:https://mikuo0628.github.io

On CRAN:

Conda:

3.74 score 1 scripts 528 downloads 7 exports 2 dependencies

Last updated from:693799cea2. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK109
source / vignettesOK170
linux-release-x86_64OK109
macos-release-arm64OK123
macos-oldrel-arm64OK195
windows-develOK74
windows-releaseOK73
windows-oldrelOK98
wasm-releaseOK99

Exports:sftp_connectsftp_deletesftp_downloadsftp_listsftp_mkdirsftp_renamesftp_upload

Dependencies:curlR6