log.debug("Got SSH_FXP_DATA (" + req.req_id + ") " + req.serverOffset + "/" + readLen
+ " (requested: " + req.len + ")");
}
// Read bytes into buffer
tr.readBytes(req.buffer, req.dstOffset, readLen);
if (readLen < req.len)
{
/* Send this request packet again to request the remaing data in this slot. */
req.req_id = generateNextRequestID();