0 votes
by (8.4k points)

We have purchased a license for Buru SFTP server and it’s been working great.

However, we have a client that is wanting to programmatically upload
multiple files and logging in separately for each upload.

Is there a limit to the number of concurrent connections to Buru Server or is there a setting to adjust the number of concurrent connections?

Applies to: Buru SFTP Server

1 Answer

0 votes
by (8.4k points)

Currently there is no artificial limit for concurrent connections nor is it currently possibly to set up one. There is an internal limit for pending connections on the listening socket, but in real-world scenarios you should never get anywhere near the limit.

With all that said, hardware or OS restrictions may give you some soft limit on parallel connections but you’d most likely see decreased performance, not denial of service.

...