HTTPS Automated Connection Guide

HTTPS Automated Connection Guide

Upload

Upload

The upload command is used to transfer a file to the server.  The request must be a multipart POST request and only one file may be uploaded per request.  A file is a required part of the multipart request, but any name parameter name given to the file part will be ignored.
URL
Request Type
Parameters
/upload2
POST/Multipart
to – the relative or absolute path of the destination file.
append (optional) – If the file exists on the target directory, set this parameter to true to append the new file to the existing one.
transferMode – use B for binary transfers (default) or A for ascii transfers.
file – the file being uploaded as part of the multipart request.

0 COMMENTS

We’d like to hear from you!