📄️ Downloading
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 through basic protocol
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 of Files through extended File Upload/Download protocol
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.