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


In This Topic
    FileTransferStatusEventArgs Class Members
    In This Topic

    The following tables list the members exposed by 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
    See Also