Uses of Class
org.apache.sshd.scp.common.ScpLocation
Packages that use ScpLocation
-
Uses of ScpLocation in org.apache.sshd.cli.client
Methods in org.apache.sshd.cli.client with parameters of type ScpLocationModifier and TypeMethodDescriptionprivate static voidScpCommandMain.adjustRemoteTargetArguments(ScpLocation remote, ScpLocation source, ScpLocation target, Collection<String> effective) static voidScpCommandMain.xferLocalToRemote(BufferedReader stdin, PrintStream stdout, PrintStream stderr, String[] args, ScpLocation source, ScpLocation target, Collection<ScpClient.Option> options, OutputStream logStream, Level level, boolean quiet) static voidScpCommandMain.xferRemoteToRemote(BufferedReader stdin, PrintStream stdout, PrintStream stderr, String[] args, ScpLocation source, ScpLocation target, Collection<ScpClient.Option> options, OutputStream logStream, 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 ScpLocationModifier and TypeMethodDescriptionstatic <L extends ScpLocation>
LParses 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 ScpLocationModifier and TypeMethodDescriptionScpLocation.clone()static ScpLocationParses a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]"