Last updated 1 year ago
Get the attributes of a file or directory.
Get the attributes of a file or directory
GET /{connectionSlug}/stat HTTP/1.1 Host: api.sftpoverhttp.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
The attributes were retrieved
{ "stat": { "mode": 1, "uid": 1, "gid": 1, "size": 1, "atime": 1, "mtime": 1 } }