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 ScpCommandLineScpCommandLine.with(ScpCommandLine.Arg name) static ScpCommandLineScpCommandLine.with(ScpCommandLine.Arg name, boolean accept) static ScpCommandLineScpCommandLine.with(ScpCommandLine.Arg name, String value) static ScpCommandLineScpCommandLine.with(ScpCommandLine.Arg name, String value, boolean accept) Methods in net.schmizz.sshj.xfer.scp with parameters of type ScpCommandLineModifier and TypeMethodDescriptionintSCPDownloadClient.copy(String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine) intSCPUploadClient.copy(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine)