sftp
sftp copied to clipboard
Run sftp in Docker on Windows failed to upload files
I was trying to use atmoz/sftp to host a sftp server for testing purpose. In my project, I used Spring Integration/Jsch as client to connect sftp, the authentication is succeeded, but there is an exception thrown by jsch, it means the target file is Not a file.
I have posted a question about this on stackoverflow.
I have explored the existing issues, not sure if it is a specific issue under Windows.