edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SecureFTPConnectionSSHMaxQueuedReadRequests Property

[SFTP/SCP Only] SSH maximum size of read-request queue.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public int SSHMaxQueuedReadRequests { get; set; }

Property Value

Int32

Remarks

This property applies to SFTP/SCP only. In SFTP, files are read block-by-block. The client sends one request per block. Queueing up read-requests helps to counteract latencies. This property determines the number of read-requests that should be queued up. If it's set to 1 then no requests a queued up meaning that reads are done synchronously. The default is 32.

See Also