'Declaration Public Class FileTransferStatusEventArgs Inherits System.EventArgs
'Usage Dim instance As FileTransferStatusEventArgs
public class FileTransferStatusEventArgs : System.EventArgs
'Declaration Public Class FileTransferStatusEventArgs Inherits System.EventArgs
'Usage Dim 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2