Upload configuration files to your server via FTP/SFTP. Push generated files directly to your DayZ server without manual file transfers.
Authentication required: All endpoints require a valid Bearer token.
Upload a configuration file to your server using the configured FTP/SFTP connection.
POST /api/instance/{instance_sid}/upload
file
The file to upload (multipart/form-data)
path
string
Destination path on the server (relative to instance directory)
overwrite
boolean
Whether to overwrite existing files (default: false)
{
"success": true,
"message": "File uploaded successfully",
"path": "/mpmissions/dayzOffline.chernarusplus/db/types.xml"
}
File uploads require valid FTP/SFTP credentials configured on your instance. Ensure your instance has hostname, username, and password set correctly. Test your connection before attempting uploads.