List the files in folder on the server.

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).