List the files in folder on the server.
sftpLs(sftpConnection, remoteFolder = "./")
An SftpConnection object as created by the sftpConnect
function.
The folder on the server. Defaults to the current folder.
A data frame with two columns: the file names, and the file types (directory, link, or file).