Uses of Enum Class
net.schmizz.sshj.xfer.scp.ScpCommandLine.EscapeMode
Packages that use ScpCommandLine.EscapeMode
-
Uses of ScpCommandLine.EscapeMode in net.schmizz.sshj.xfer.scp
Fields in net.schmizz.sshj.xfer.scp declared as ScpCommandLine.EscapeModeMethods in net.schmizz.sshj.xfer.scp that return ScpCommandLine.EscapeModeModifier and TypeMethodDescriptionstatic ScpCommandLine.EscapeMode
Returns the enum constant of this class with the specified name.static ScpCommandLine.EscapeMode[]
ScpCommandLine.EscapeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.xfer.scp with parameters of type ScpCommandLine.EscapeModeModifier and TypeMethodDescriptionint
SCPDownloadClient.copy
(String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode) int
SCPUploadClient.copy
(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode) int
SCPUploadClient.copy
(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode, boolean preserveTimes) private void
SCPDownloadClient.startCopy
(String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode) private void
SCPUploadClient.startCopy
(LocalSourceFile sourceFile, String targetPath, ScpCommandLine.EscapeMode escapeMode, boolean preserveTimes) (package private) ScpCommandLine
ScpCommandLine.withPath
(String path, ScpCommandLine.EscapeMode mode)