Can't download file to any local file
Open
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 620
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 11
Description
I want to download file `/foo/bar` to `C:\temp\bazz`. Unfortunately,
final var transfer = client.newSCPFileTransfer();
transfer.download("/foo/bar", new FileSystemFile("C:/temp/bazz"));
does not work, because it wants to create a file `C:\temp\bazz\bar`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.