Gets the last modification time of the currently transferred file.
            This value is only valid for FileTransferStarting operation.
            For other operations, DateTime.MinValue is returned.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Sftp (in Rebex.Sftp.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property CurrentFileModified As DateTime Get | 
| C# | 
|---|
| public DateTime CurrentFileModified { get; } | 
 
     
     
     
     
    