You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "leocoder0 (via GitHub)" <gi...@apache.org> on 2023/04/11 10:45:50 UTC

[GitHub] [mina-sshd] leocoder0 opened a new issue, #355: transfer rate limiting

leocoder0 opened a new issue, #355:
URL: https://github.com/apache/mina-sshd/issues/355

   ### Description
   
   Does the sftp server implemented by ssh-sftp have a speed-limited function? If so, how should I limit the transmission rate for different users, such as upload rate and download rate. Is there a corresponding case for reference?
   
   ### Motivation
   
   In order to prevent excessive use of bandwidth, we will set the maximum transmission rate for different users.
   
   ### Alternatives considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org


[GitHub] [mina-sshd] lgoldstein commented on issue #355: transfer rate limiting

Posted by "lgoldstein (via GitHub)" <gi...@apache.org>.
lgoldstein commented on issue #355:
URL: https://github.com/apache/mina-sshd/issues/355#issuecomment-1724071731

   There is no built-in mechanism, but you could achieve this by registering a non-default `SftpFileSystemAccessor` and override the `openFile` method to return a file channel that you implement and enforces whatever transfer traffic shaping policy you need.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org