📄️ Downloading Files and Folders with SOAP API
File and folder downloads from MFT FS server should be implemented through the 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 SOAP API
File upload is implemented by a MFT FS server through HTTP POST command to a URL servername/upload.aspx that requires authentication through session ID.
📄️ Uploading Files with extended Upload or Download protocol SOAP 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.