Uses of Interface
org.apache.camel.builder.endpoint.dsl.ScpEndpointBuilderFactory.ScpEndpointBuilder
Packages that use ScpEndpointBuilderFactory.ScpEndpointBuilder
-
Uses of ScpEndpointBuilderFactory.ScpEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ScpEndpointBuilderFactory.ScpEndpointBuilderModifier and TypeMethodDescriptionSCP (camel-jsch) Copy files to/from remote hosts using the secure copy protocol (SCP).SCP (camel-jsch) Copy files to/from remote hosts using the secure copy protocol (SCP). -
Uses of ScpEndpointBuilderFactory.ScpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ScpEndpointBuilderFactory.ScpEndpointBuilderModifier and TypeMethodDescriptionScpEndpointBuilderFactory.AdvancedScpEndpointBuilder.basic()Allows you to set chmod on the stored file.ScpEndpointBuilderFactory.ScpEndpointBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.ScpEndpointBuilderFactory.ScpEndpointBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.ScpEndpointBuilderFactory.endpointBuilder(String componentName, String path) Use Expression such as File Language to dynamically set the filename.ScpEndpointBuilderFactory.ScpEndpointBuilder.flatten(boolean flatten) Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.ScpEndpointBuilderFactory.ScpEndpointBuilder.jailStartingDirectory(boolean jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.ScpEndpointBuilderFactory.ScpEndpointBuilder.jailStartingDirectory(String jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.ScpEndpointBuilderFactory.ScpEndpointBuilder.knownHostsFile(String knownHostsFile) Sets the known_hosts file, so that the jsch endpoint can do host key verification.Password to use for login.ScpEndpointBuilderFactory.ScpEndpointBuilder.preferredAuthentications(String preferredAuthentications) Set a comma separated list of authentications that will be used in order of preference.ScpEndpointBuilderFactory.ScpEndpointBuilder.privateKeyBytes(byte[] privateKeyBytes) Set the private key bytes to that the endpoint can do private key verification.ScpEndpointBuilderFactory.ScpEndpointBuilder.privateKeyBytes(String privateKeyBytes) Set the private key bytes to that the endpoint can do private key verification.ScpEndpointBuilderFactory.ScpEndpointBuilder.privateKeyFile(String privateKeyFile) Set the private key file to that the endpoint can do private key verification.ScpEndpointBuilderFactory.ScpEndpointBuilder.privateKeyFilePassphrase(String privateKeyFilePassphrase) Set the private key file passphrase to that the endpoint can do private key verification.SCP (camel-jsch) Copy files to/from remote hosts using the secure copy protocol (SCP).SCP (camel-jsch) Copy files to/from remote hosts using the secure copy protocol (SCP).ScpEndpointBuilderFactory.ScpEndpointBuilder.strictHostKeyChecking(String strictHostKeyChecking) Sets whether to use strict host key checking.Username to use for login.ScpEndpointBuilderFactory.ScpEndpointBuilder.useUserKnownHostsFile(boolean useUserKnownHostsFile) If knownHostFile has not been explicit configured, then use the host file from System.getProperty(user.home) /.ssh/known_hosts.ScpEndpointBuilderFactory.ScpEndpointBuilder.useUserKnownHostsFile(String useUserKnownHostsFile) If knownHostFile has not been explicit configured, then use the host file from System.getProperty(user.home) /.ssh/known_hosts.