{
throw new PacketTypeException(t);
}
int errorCode = tr.readUINT32();
String errorMessage = tr.readString();
listener.read(errorMessage);
throw new SFTPException(errorMessage, errorCode);
}
private SFTPv3FileAttributes statBoth(String path, int statMethod) throws IOException