Group 15 of 25
File manager
Directory listings, disk usage by path, and archive operations.
Endpoints
12
Path prefix
/api/v1
Endpoints
GET
/api/v1/files
List the files and directories in one folder
R
GET
/api/v1/files/download
Raw file download — unavailable over the DirectAdmin transport
R
GET
/api/v1/files/content
Read file
R
POST
/api/v1/files/compress
Compress a path into an archive, or extract an archive
W
POST
/api/v1/files/extract
Compress a path into an archive, or extract an archive
W
POST
/api/v1/files/upload
Upload a file into the hosting account
W
POST
/api/v1/files/mkdir
Write a file, make a directory, copy, move or set permissions
W
POST
/api/v1/files/copy
Write a file, make a directory, copy, move or set permissions
W
POST
/api/v1/files/move
Write a file, make a directory, copy, move or set permissions
W
PUT
/api/v1/files/content
Write a file, make a directory, copy, move or set permissions
W
PUT
/api/v1/files/permissions
Write a file, make a directory, copy, move or set permissions
W
DELETE
/api/v1/files
Hold a file deletion for confirmation
W