mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
strange line wrap
This commit is contained in:
@@ -37,8 +37,7 @@ public class SCPUpload {
|
||||
// Present here to demo algorithm renegotiation - could have just put this before connect()
|
||||
ssh.useCompression();
|
||||
|
||||
ssh.newSCPFileTransfer()
|
||||
.upload("/Users/shikhar/well", "/tmp/");
|
||||
ssh.newSCPFileTransfer().upload("/Users/shikhar/well", "/tmp/");
|
||||
} finally {
|
||||
ssh.disconnect();
|
||||
}
|
||||
Reference in New Issue
Block a user