sftpLs: List the files in folder on the server.

View source: R/Sftp.R

sftpLsR Documentation

List the files in folder on the server.

Description

List the files in folder on the server.

Usage

sftpLs(sftpConnection, remoteFolder = "./")

Arguments

sftpConnection

An SftpConnection object as created by the sftpConnect function.

remoteFolder

The folder on the server. Defaults to the current folder.

Value

A data frame with two columns: the file names, and the file types (directory, link, or file).


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