Namespace FubarDev.FtpServer.BackgroundTransfer
Classes
BackgroundCommandHandler
Asynchronous processing of an FTP command.
BackgroundTransferInfo
Information about a background transfer.
TempFileTemporaryData
Creates a temporary file to store the data.
TemporaryDataFactory
Factory to create ITemporaryData objects.
Interfaces
IBackgroundTransfer
Interface for background data transfers.
IBackgroundTransferWorker
A background transfer worker.
ITemporaryData
Temporary data holder.
ITemporaryDataFactory
Factory for temporary data objects.
Enums
BackgroundTransferStatus
The status of a single IBackgroundTransfer.
Delegates
TemporaryDataFactory.CreateAsyncDelegate
The delegate to create temporary data objects.