Uses of Class
net.schmizz.sshj.xfer.scp.ScpCommandLine.EscapeMode
-
Packages that use ScpCommandLine.EscapeMode Package Description net.schmizz.sshj.xfer.scp -
-
Uses of ScpCommandLine.EscapeMode in net.schmizz.sshj.xfer.scp
Fields in net.schmizz.sshj.xfer.scp declared as ScpCommandLine.EscapeMode Modifier and Type Field Description private ScpCommandLine.EscapeMode
ScpCommandLine. mode
Methods in net.schmizz.sshj.xfer.scp that return ScpCommandLine.EscapeMode Modifier and Type Method Description static ScpCommandLine.EscapeMode
ScpCommandLine.EscapeMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScpCommandLine.EscapeMode[]
ScpCommandLine.EscapeMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.schmizz.sshj.xfer.scp with parameters of type ScpCommandLine.EscapeMode Modifier and Type Method Description int
SCPDownloadClient. copy(java.lang.String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode)
int
SCPDownloadClient. copy(java.lang.String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine)
int
SCPUploadClient. copy(LocalSourceFile sourceFile, java.lang.String remotePath, ScpCommandLine.EscapeMode escapeMode)
int
SCPUploadClient. copy(LocalSourceFile sourceFile, java.lang.String remotePath, ScpCommandLine.EscapeMode escapeMode, boolean preserveTimes)
int
SCPUploadClient. copy(LocalSourceFile sourceFile, java.lang.String remotePath, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine)
(package private) ScpCommandLine
ScpCommandLine. withPath(java.lang.String path, ScpCommandLine.EscapeMode mode)
-