Package net.schmizz.sshj.xfer.scp
Class ScpCommandLine
- java.lang.Object
-
- net.schmizz.sshj.xfer.scp.ScpCommandLine
-
public class ScpCommandLine extends java.lang.ObjectCommand line to be sent to the remote SSH process to setup an SCP process in the correct mode.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScpCommandLine.Argstatic classScpCommandLine.EscapeMode
-
Method Summary
Modifier and Type Method Description ScpCommandLineand(ScpCommandLine.Arg name)ScpCommandLineand(ScpCommandLine.Arg name, boolean accept)ScpCommandLineand(ScpCommandLine.Arg name, java.lang.String value)ScpCommandLineand(ScpCommandLine.Arg name, java.lang.String value, boolean accept)static ScpCommandLinewith(ScpCommandLine.Arg name)static ScpCommandLinewith(ScpCommandLine.Arg name, boolean accept)static ScpCommandLinewith(ScpCommandLine.Arg name, java.lang.String value)static ScpCommandLinewith(ScpCommandLine.Arg name, java.lang.String value, boolean accept)
-
-
-
Method Detail
-
with
public static ScpCommandLine with(ScpCommandLine.Arg name)
-
with
public static ScpCommandLine with(ScpCommandLine.Arg name, java.lang.String value)
-
with
public static ScpCommandLine with(ScpCommandLine.Arg name, boolean accept)
-
with
public static ScpCommandLine with(ScpCommandLine.Arg name, java.lang.String value, boolean accept)
-
and
public ScpCommandLine and(ScpCommandLine.Arg name)
-
and
public ScpCommandLine and(ScpCommandLine.Arg name, java.lang.String value)
-
and
public ScpCommandLine and(ScpCommandLine.Arg name, boolean accept)
-
and
public ScpCommandLine and(ScpCommandLine.Arg name, java.lang.String value, boolean accept)
-
-