📄️ Downloading
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 through basic protocol
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 of Files through extended File upload or 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.