'DeclarationPublic Class FileTransferStatusEventArgs Inherits System.EventArgs
'UsageDim instance As FileTransferStatusEventArgs
public class FileTransferStatusEventArgs : System.EventArgs
'DeclarationPublic Class FileTransferStatusEventArgs Inherits System.EventArgs
'UsageDim instance As FileTransferStatusEventArgs
public class FileTransferStatusEventArgs : System.EventArgs
System.Object
System.EventArgs
Xceed.Ftp.FileTransferStatusEventArgs
| Name | Description | |
|---|---|---|
![]() | AllBytesPercent | Gets the percentage of the bytes that have been transferred for the entire group of files to transfer. |
![]() | AllBytesPerSecond | Gets the average throughput for the entire group of files being transferred, in bytes per second. |
![]() | AllBytesSkipped | Gets the total amount of bytes that were skipped so far for the group of files being transferred. |
![]() | AllBytesTotal | Gets the total amount of bytes of all files that will be transferred. |
![]() | AllBytesTransferred | Gets the total amount of bytes transferred so far for the group of files being transferred. |
![]() | BytesPercent | Gets the percentage of bytes transferred for the current file. |
![]() | BytesPerSecond | Gets the current file's average throughput in bytes per second. |
![]() | BytesSkipped | Gets the amount of bytes that were skipped for the current file. |
![]() | BytesTotal | Gets the total amount of bytes for the current file. |
![]() | BytesTransferred | Gets the amount of bytes transferred for the current file. |
![]() | FilesPercent | Gets the percentage of files that have been transferred so far. |
![]() | FilesSkipped | Gets the total number of files skipped so far. |
![]() | FilesTotal | Gets the total number of files to transfer. |
![]() | FilesTransferred | Gets the total number of files transferred so far. |
![]() | LocalFilename | Gets the path and filename of the local file. |
![]() | RemoteFilename | Gets the filename of the remote file. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Standard: netstandard2.0, netstandard2.1
.NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.