Uses of Class
com.sshtools.client.sftp.SftpHandle
Packages that use SftpHandle
-
Uses of SftpHandle in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp that return SftpHandleModifier and TypeMethodDescriptionSftpChannel.createHandle(byte[] handle, String path) SftpChannel.openDirectory(String path) Open a directory.SftpClient.openDirectory(String path) SftpClientTask.openDirectory(String path) Deprecated, for removal: This API element is subject to removal in a future version.Open a file.SftpChannel.openFile(String path, int flags, SftpFileAttributes attrs) Open a file.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.SftpChannel.openFileVersion5(String path, int flags, int accessFlags, SftpFileAttributes attrs) Methods in com.sshtools.client.sftp with parameters of type SftpHandleModifier and TypeMethodDescriptionvoidSftpChannel.closeFile(SftpHandle file) Deprecated.voidSftpHandle.copyTo(SftpHandle destinationHandle, com.sshtools.common.util.UnsignedInteger64 fromOffset, com.sshtools.common.util.UnsignedInteger64 length, com.sshtools.common.util.UnsignedInteger64 toOffset) SftpClient.readDirectory(SftpHandle dir) SftpClientTask.readDirectory(SftpHandle dir) Deprecated, for removal: This API element is subject to removal in a future version.