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 TypeMethodDescriptionSftpFile.handle
(byte[] handle) Create a new handle for this file given the handle data.SftpChannel.openDirectory
(String path) Open a directory.SftpClient.openDirectory
(String path) SftpClientTask.openDirectory
(String path) Open a file.SftpChannel.openFile
(String absolutePath, int flags, com.sshtools.common.sftp.SftpFileAttributes attrs) Open a file.SftpChannel.openFileVersion5
(String absolutePath, int flags, int accessFlags, com.sshtools.common.sftp.SftpFileAttributes attrs) Methods in com.sshtools.client.sftp with parameters of type SftpHandleModifier and TypeMethodDescriptionvoid
SftpChannel.closeFile
(SftpHandle file) Deprecated.void
SftpHandle.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)