Upload File via SFTP
POST
/sftp/upload
Uploads a file to a remote server via SFTP. The file content should be sent as the raw request body. Requires an active session with SFTP capabilities.
Parameters
Query Parameters
sessionToken*
Session authentication token
Type
Requiredstring
sessionId*
Active server session ID
Type
Requiredstring
path*
Remote destination path for the uploaded file
Type
Requiredstring
Responses
Upload successful with file path and size
application/json
JSON
{
}
