NET SFTP Library
BytesSkipped Property






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class : BytesSkipped Property
The number of bytes that were skipped during a Syncronize Upload or Download because the files were the same
Syntax
'Declaration
 
Public ReadOnly Property BytesSkipped As System.Long
'Usage
 
Dim instance As SFTP
Dim value As System.Long
 
value = instance.BytesSkipped
public System.long BytesSkipped {get;}
public read-only property BytesSkipped: System.Int64; 
public function get BytesSkipped : System.long
public: __property System.long get_BytesSkipped();
public:
property System.int64 BytesSkipped {
   System.int64 get();
}
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

Reference

SFTP Class
SFTP Members