By default the BytesTransferred event is not triggered during directory
listings - this property can be used to enable this behaviour.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public bool TransferNotifyListings { get; set; } |
Visual Basic |
---|
Public Property TransferNotifyListings As Boolean Get Set |
Visual C++ |
---|
public: virtual property bool TransferNotifyListings { bool get () sealed; void set (bool value) sealed; } |