hierynomus / hierynomus/sshj

Can't download file to any local file

Open
#649 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.