LiQingFeng7 commented on issue #584:
URL: https://github.com/apache/mina-sshd/issues/584#issuecomment-2301362965

   > I'm aware of the performance problems with this. SFTP is not well suited 
for such kind of proxying; you're probably better off forwarding SFTP requests 
directly. (Basically, don't use a filesystem but a special purpose 
SftpSubsystem that forwards requests directly, without ever going to the 
filesystem. The filesystem is just an awkward detour for such a use case.)
   If I want an interactive sftp terminal, is there only one way to create 
fileSystem? Also, can I ask you about the simple example you mentioned of using 
mina-sshd to forward sftp requests directly over SftpSubsystem?
   


-- 
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-unsubscr...@mina.apache.org

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


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

Reply via email to