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) (package private) ScpCommandLineScpCommandLine.withPath(String path, ScpCommandLine.EscapeMode mode) 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) (package private) voidSCPEngine.execSCPWith(ScpCommandLine commandLine) private voidSCPDownloadClient.startCopy(LocalDestFile targetFile, ScpCommandLine commandLine) private voidSCPUploadClient.startCopy(LocalSourceFile sourceFile, ScpCommandLine commandLine)