Class ScpCommandLine
java.lang.Object
net.schmizz.sshj.xfer.scp.ScpCommandLine
Command line to be sent to the remote SSH process to setup an SCP process in the correct mode.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionand(ScpCommandLine.Arg name) and(ScpCommandLine.Arg name, boolean accept) and(ScpCommandLine.Arg name, String value) and(ScpCommandLine.Arg name, String value, boolean accept) static ScpCommandLinewith(ScpCommandLine.Arg name) static ScpCommandLinewith(ScpCommandLine.Arg name, boolean accept) static ScpCommandLinewith(ScpCommandLine.Arg name, String value) static ScpCommandLinewith(ScpCommandLine.Arg name, String value, boolean accept)
-
Method Details
-
with
-
with
-
with
-
with
-
and
-
and
-
and
-
and
-