sftp_ls {baizer}R 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')


[Package baizer version 0.8.0 Index]