Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FileTransferStatusEventArgs Class
Members


In This Topic
    FileTransferStatusEventArgs Class
    In This Topic
    Provides progress information while sending or receiving one or more files.
    Syntax
    'Declaration
     
    Public Class FileTransferStatusEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As FileTransferStatusEventArgs
    public class FileTransferStatusEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Ftp.FileTransferStatusEventArgs

    Public Properties
     NameDescription
    Public PropertyGets the percentage of the bytes that have been transferred for the entire group of files to transfer.  
    Public PropertyGets the average throughput for the entire group of files being transferred, in bytes per second.  
    Public PropertyGets the total amount of bytes that were skipped so far for the group of files being transferred.  
    Public PropertyGets the total amount of bytes of all files that will be transferred.  
    Public PropertyGets the total amount of bytes transferred so far for the group of files being transferred.  
    Public PropertyGets the percentage of bytes transferred for the current file.  
    Public PropertyGets the current file's average throughput in bytes per second.  
    Public PropertyGets the amount of bytes that were skipped for the current file.  
    Public PropertyGets the total amount of bytes for the current file.  
    Public PropertyGets the amount of bytes transferred for the current file.  
    Public PropertyGets the percentage of files that have been transferred so far.  
    Public PropertyGets the total number of files skipped so far.  
    Public PropertyGets the total number of files to transfer.  
    Public PropertyGets the total number of files transferred so far.  
    Public PropertyGets the path and filename of the local file.  
    Public PropertyGets the filename of the remote file.  
    Top
    Requirements

    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

    See Also