Learn R Programming

baizer (version 0.8.0)

sftp_ls: list files from remote server via sftp

Description

list files from remote server via sftp

Usage

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

Value

files in the dir

Arguments

sftp_con

sftp_connection created by sftp_connect()

path

remote directory path

all

list hidden files or not

Examples

Run this code

# sftp_ls(sftp_con, 'your/dir')

Run the code above in your browser using DataLab