SFTP List Files
SFTP list files block
Last updated
SFTP list files block
Last updated
List files from a directory once connected to a SFTP server
The connection settings to connect to the SFTP server
host (url or ip address)
username ( username for the SFTP account)
password (password for the SFTP account)
port (port to connect to. Default is 22)
More connection settings options can be found at
The remote path of the directory you want to list
An array of objects and file paths with access rights
This block uses ssh2-ftp-client from npm. ()