Uses of Class
net.schmizz.sshj.xfer.scp.ScpCommandLine
Packages that use ScpCommandLine
-
Uses of ScpCommandLine in net.schmizz.sshj.xfer.scp
Methods in net.schmizz.sshj.xfer.scp that return ScpCommandLineModifier and TypeMethodDescriptionScpCommandLine.and
(ScpCommandLine.Arg name) ScpCommandLine.and
(ScpCommandLine.Arg name, boolean accept) ScpCommandLine.and
(ScpCommandLine.Arg name, String value) ScpCommandLine.and
(ScpCommandLine.Arg name, String value, boolean accept) static ScpCommandLine
ScpCommandLine.with
(ScpCommandLine.Arg name) static ScpCommandLine
ScpCommandLine.with
(ScpCommandLine.Arg name, boolean accept) static ScpCommandLine
ScpCommandLine.with
(ScpCommandLine.Arg name, String value) static ScpCommandLine
ScpCommandLine.with
(ScpCommandLine.Arg name, String value, boolean accept) (package private) ScpCommandLine
ScpCommandLine.withPath
(String path, ScpCommandLine.EscapeMode mode) Methods in net.schmizz.sshj.xfer.scp with parameters of type ScpCommandLineModifier and TypeMethodDescriptionint
SCPDownloadClient.copy
(String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine) int
SCPUploadClient.copy
(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine) (package private) void
SCPEngine.execSCPWith
(ScpCommandLine commandLine) private void
SCPDownloadClient.startCopy
(LocalDestFile targetFile, ScpCommandLine commandLine) private void
SCPUploadClient.startCopy
(LocalSourceFile sourceFile, ScpCommandLine commandLine)