edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionCloseStreamsAfterTransfer Property

Determines if transfer-methods taking Streams as arguments should close the stream once the transfer is completed.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual bool CloseStreamsAfterTransfer { get; set; }

Property Value

Type: Boolean
Remarks
If CloseStreamsAfterTransfer is true (the default) then streams are closed after a transfer has completed, otherwise they are left open.
See Also