- 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
Feedback sent
We appreciate your effort and will try to fix the article