Uses of Class
org.apache.sshd.scp.common.ScpLocation
-
Packages that use ScpLocation Package Description org.apache.sshd.cli.client org.apache.sshd.scp.common -
-
Uses of ScpLocation in org.apache.sshd.cli.client
Methods in org.apache.sshd.cli.client with parameters of type ScpLocation Modifier and Type Method Description private static voidScpCommandMain. adjustRemoteTargetArguments(ScpLocation remote, ScpLocation source, ScpLocation target, java.util.Collection<java.lang.String> effective)static voidScpCommandMain. xferLocalToRemote(java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr, java.lang.String[] args, ScpLocation source, ScpLocation target, java.util.Collection<ScpClient.Option> options, java.io.OutputStream logStream, java.util.logging.Level level, boolean quiet)static voidScpCommandMain. xferRemoteToRemote(java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr, java.lang.String[] args, ScpLocation source, ScpLocation target, java.util.Collection<ScpClient.Option> options, java.io.OutputStream logStream, java.util.logging.Level level, boolean quiet) -
Uses of ScpLocation in org.apache.sshd.scp.common
Methods in org.apache.sshd.scp.common with type parameters of type ScpLocation Modifier and Type Method Description static <L extends ScpLocation>
LScpLocation. update(java.lang.String spec, L location)Parses a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]"Methods in org.apache.sshd.scp.common that return ScpLocation Modifier and Type Method Description ScpLocationScpLocation. clone()static ScpLocationScpLocation. parse(java.lang.String locSpec)Parses a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]"
-