Uses of Class
net.schmizz.sshj.xfer.scp.ScpCommandLine
-
Packages that use ScpCommandLine Package Description net.schmizz.sshj.xfer.scp -
-
Uses of ScpCommandLine in net.schmizz.sshj.xfer.scp
Methods in net.schmizz.sshj.xfer.scp that return ScpCommandLine Modifier and Type Method Description ScpCommandLineScpCommandLine. and(ScpCommandLine.Arg name)ScpCommandLineScpCommandLine. and(ScpCommandLine.Arg name, boolean accept)ScpCommandLineScpCommandLine. and(ScpCommandLine.Arg name, java.lang.String value)ScpCommandLineScpCommandLine. and(ScpCommandLine.Arg name, java.lang.String value, boolean accept)static ScpCommandLineScpCommandLine. with(ScpCommandLine.Arg name)static ScpCommandLineScpCommandLine. with(ScpCommandLine.Arg name, boolean accept)static ScpCommandLineScpCommandLine. with(ScpCommandLine.Arg name, java.lang.String value)static ScpCommandLineScpCommandLine. with(ScpCommandLine.Arg name, java.lang.String value, boolean accept)(package private) ScpCommandLineScpCommandLine. withPath(java.lang.String path, ScpCommandLine.EscapeMode mode)Methods in net.schmizz.sshj.xfer.scp with parameters of type ScpCommandLine Modifier and Type Method Description intSCPDownloadClient. copy(java.lang.String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine)intSCPUploadClient. copy(LocalSourceFile sourceFile, java.lang.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)
-