mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 15:50:57 +03:00
Fixed issue with StatefulSFTPClient.put not transferring files.
This commit is contained in:
@@ -181,7 +181,7 @@ public class StatefulSFTPClient
|
|||||||
@Override
|
@Override
|
||||||
public void put(String source, String dest)
|
public void put(String source, String dest)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
super.get(source, cwdify(dest));
|
super.put(source, cwdify(dest));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user