FTPConnectionTransferNotifyListings Property |
By default the
BytesTransferred event is not triggered
during directory listings - this property can be used to enable this behaviour.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual bool TransferNotifyListings { get; set; }Public Overridable Property TransferNotifyListings As Boolean
Get
Set
public:
virtual property bool TransferNotifyListings {
bool get ();
void set (bool value);
}abstract TransferNotifyListings : bool with get, set
override TransferNotifyListings : bool with get, set
Property Value
Type:
Boolean
See Also