MOubari0 opened a new issue, #423: URL: https://github.com/apache/mina-sshd/issues/423
Hello, In order to copy recursively a directory (containing files) to a destination, the sftp's put command provide the -r option. But I'm not able to do that when communicating with a sftp server that I coded using mina-sshd. The class sshd.sftp.server.AbstractSftpSubsystemHelper throws a NoSuchFileException when resolving file attributes -> (Attribute N/A for target) The solution that I found is to create the directory structure manually, so it seems that the server expects the destination directory to already exist. Is there any solution I can implement on the server-side (maybe I'm missing something...)? or is it just not supported yet ? Thank you -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
