Uses of Class
com.sshtools.client.sftp.SftpMessage
Packages that use SftpMessage
-
Uses of SftpMessage in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp that return SftpMessageModifier and TypeMethodDescriptionSftpChannel.getExtendedReply(SftpMessage bar, String path, com.sshtools.common.util.UnsignedInteger32 requestId) SftpChannel.getExtendedReply(com.sshtools.common.util.UnsignedInteger32 requestId, String path) SftpChannel.getResponse(com.sshtools.common.util.UnsignedInteger32 requestId) Methods in com.sshtools.client.sftp with parameters of type SftpMessageModifier and TypeMethodDescriptionSftpChannel.getExtendedReply(SftpMessage bar, String path, com.sshtools.common.util.UnsignedInteger32 requestId) byte[]SftpChannel.getHandleResponse(SftpMessage bar, SftpFile file, com.sshtools.common.util.UnsignedInteger32 requestId) SftpChannel.getSingleFileResponse(SftpMessage bar, String messageName, String path, com.sshtools.common.util.UnsignedInteger32 requestId) Get a single SftpFile object from a message returning SSH_FXP_NAME result.protected byte[]SftpClient.processCheckFileResponse(SftpMessage resp, RemoteHash algorithm)