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:
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
Last updated from:693799cea2. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 170 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 123 | ||
| macos-oldrel-arm64 | OK | 195 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 73 | ||
| windows-oldrel | OK | 98 | ||
| wasm-release | OK | 99 |
Exports:sftp_connectsftp_deletesftp_downloadsftp_listsftp_mkdirsftp_renamesftp_upload
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create an 'SFTPConn' R6 object that contains important connection information safely | sftp_connect |
| Delete Files or Directories from SFTP Server | sftp_delete |
| Download Files from SFTP Server | sftp_download |
| List and Crawl SFTP Directory Contents | sftp_list |
| Create Remote Directories in SFTP | sftp_mkdir |
| Rename or Move Remote SFTP Resources | sftp_rename |
| Upload a file to an SFTP server | sftp_upload |
