sftpPutFile: Put a file on the SFTP server

View source: R/Sftp.R

sftpPutFileR Documentation

Put a file on the SFTP server

Description

Put a file on the SFTP server

Usage

sftpPutFile(
  sftpConnection,
  localFileName,
  remoteFileName = basename(localFileName)
)

Arguments

sftpConnection

An SftpConnection object as created by the sftpConnect function.

localFileName

The path to the local file to upload.

remoteFileName

The name the file should have on the server.


OHDSI/OhdsiSharing documentation built on Sept. 4, 2023, 3:55 p.m.