The SftpBatchTransferProgressEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBytesTotal
Gets the total number of bytes to be transferred.
Public propertySupported by the .NET Compact FrameworkCurrentFileLength
Gets the length of the currently transferred file (or -1 if not available).
Public propertySupported by the .NET Compact FrameworkCurrentFileModified
Gets the last modification time of the currently transferring file (or DateTime.MinValue if not available).
Public propertySupported by the .NET Compact FrameworkFilesProcessed
Gets the number of files that were already processed (either transferred or skipped).
Public propertySupported by the .NET Compact FrameworkFilesTotal
Gets the total number of files to be transferred.
Public propertySupported by the .NET Compact FrameworkFilesTransferred
Gets the number of files that were already successfully transferred.
Public propertySupported by the .NET Compact FrameworkLocalPath
Gets the path of the local file or directory which is currently processed.
Public propertySupported by the .NET Compact FrameworkOperation
Gets the currently executed suboperation of the multi-file transfer operation.
Public propertySupported by the .NET Compact FrameworkProcessedPercentage
Gets the number between 0 and 100 representing the percentage of completeness of the multi-file transfer.
Public propertySupported by the .NET Compact FrameworkRemotePath
Gets the path of the remote file or directory which is currently processed.
Public propertySupported by the .NET Compact FrameworkState
Gets the transfer state.

See Also