sftp_ls: list files from remote server via sftp

View source: R/IO.R

sftp_lsR Documentation

list files from remote server via sftp

Description

list files from remote server via sftp

Usage

sftp_ls(sftp_con, path = NULL, all = FALSE)

Arguments

sftp_con

sftp_connection created by sftp_connect()

path

remote directory path

all

list hidden files or not

Value

files in the dir

Examples


# sftp_ls(sftp_con, 'your/dir')


baizer documentation built on Oct. 19, 2023, 9:07 a.m.