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 path, int flags, SftpFileAttributes attrs) Open a file.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)