📄️ Downloading Files and Folders with REST API
File and folder downloads from MFT FS server should be implemented through HTTP GET to a URL servername/download.aspx, the URL requires authentication through the SessionID for existing user session.
📄️ Uploading Files and Folders with basic protocol REST API
File upload is implemented by a MFT FS server through the HTTP POST command to a URL servername/upload.aspx that requires authentication through the session ID. It is recommended to use HTTPS connection for security purposes.
📄️ Uploading Files with the extended upload and download protocol REST API
Extended transfer protocol allows uploading of multiple files and folders in a single transaction and supports pause, resume and cleanup of partially uploaded files for data consistency.