Last updated 1 year ago
Lists the contents of a directory.
List the contents of a directory
GET /{connectionSlug}/list HTTP/1.1 Host: api.sftpoverhttp.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
The directory was listed
[ { "filename": "text", "longname": "text", "attrs": { "mode": 1, "uid": 1, "gid": 1, "size": 1, "atime": 1, "mtime": 1 } } ]