Uses of Class
com.sshtools.client.tasks.UploadFileTask.UploadFileTaskBuilder
Packages that use UploadFileTask.UploadFileTaskBuilder
-
Uses of UploadFileTask.UploadFileTaskBuilder in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that return UploadFileTask.UploadFileTaskBuilderModifier and TypeMethodDescriptionUploadFileTask.UploadFileTaskBuilder.create()
Create a newUploadFileTask.UploadFileTaskBuilder
Set the local file to upload.UploadFileTask.UploadFileTaskBuilder.withLocalFile
(File file) Set the local file to upload.UploadFileTask.UploadFileTaskBuilder.withRemote
(Path remote) Set the remote path to upload the file to.UploadFileTask.UploadFileTaskBuilder.withRemote
(Optional<Path> remmote) Set the remote path to upload the file to.UploadFileTask.UploadFileTaskBuilder.withRemotePath
(String remote) Set the remote path to upload the file to.UploadFileTask.UploadFileTaskBuilder.withRemotePath
(Optional<String> remote) Set the remote path to upload the file to.