elecharny commented on issue #29:
URL: https://github.com/apache/mina-ftpserver/issues/29#issuecomment-1780884115

   Ok, this is clearly not a problem in MINA FTP server code. At some point, 
when the RETR command is received, the following method is called:
   
   ```
           at 
com.tuya.sftp.protocol.gateway.service.protocol.command.RetrCommand.execute(RetrCommand.java:74)
   ```
   
   then it tries to open a connection to a remote peer which fails (the top of 
the stack trace).
   
   I suggest you ask the third party (tuya.com) about what's going on there.


-- 
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