HFS 3
Front-end
Copy Page
HFS 3
Introduction
Front-end
List files
GET
Upload
PUT
Upload
POST
Delete
DELETE
Create folder
POST
Admin
misc
get config
set config
accounts
add account
update account
list accounts
delete account
list usernames
get account
list admins
safer update of the password
VFS
plugins
monitoring
log
Front-end
Copy Page
Delete
DELETE
/{folder}/{file}
Try it
Run in Apidog
Run in Apidog
Front-end
Equivalent to curl -T FILE URL/
Request
Path Params
Generate Code
folder
string
required
The folder path where the file will be uploaded
file
string
required
The uploaded file name
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'http://localhost//'
Responses
🟢
200
File uploaded successfully
application/json
Generate Code
Body
Generate Code
object
{0}
Example
{
}
Modified at
2024-07-20 08:30:35
Previous
Upload
Next
Create folder