What is the maximum number of concurrent connections supported by the SFTP server?

Created by Amit Kadam, Modified on Wed, 27 Aug at 4:33 PM by Amit Kadam

  • The SFTP server supports a maximum of 10 concurrent connections at any given time. This means that only 10 users or systems can actively connect and perform SFTP operations simultaneously.
  • If the number of concurrent connection attempts exceeds this limit, new sessions may be denied or may fail to establish until one of the active sessions completes.
  • Additional Notes:
    • This limit applies at the server level and includes all users and systems accessing the server.
    • It’s recommended to implement connection pooling or staggered transfers in automated scripts to avoid connection errors.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article