Skip to main content
Feedback

Transfer worker states

Client responses shows the actions taken by the MFT transfer worker with the endpoint.

1QueuedIndicates that a transfer request is awaiting pickup by the transfer worker pool.
2ReceivedIndicates that a transfer request was received by a transfer worker.
3BusyIndicates that a transfer request was skipped as a concurrent transfer is in progress.
4ConnectingIndicates that a transfer worker is connecting to an external endpoint.
5ConnectionErrorIndicates that a transfer worker was unable to connect to an external endpoint.
6ConnectedIndicates that a transfer worker successfully connected to an external endpoint.
7ListingIndicates that a transfer worker is listing files to include in the current transfer.
8TransfersStartedIndicates that a transfer worker has started transferring the listed files.
9TransfersCompletedIndicates that a transfer worker has completed transferring the listed files.
10CompletedIndicates that a transfer worker has successfully completed the transfer process.
11ErrorIndicates an error in the transfer worker process.
info

When MFT connects, we use dirlist to find the files. Once the files are found we start pulling based off size. Smaller files get pulled first then larger files. We do not pull based off the date.