.TH "globus_i_ftp_client_range_t" 3 "Tue Jul 5 2022" "Version 9.8" "globus_ftp_client" \" -*- nroff -*- .ad l .nh .SH NAME globus_i_ftp_client_range_t \- Byte range report\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "globus_off_t \fBoffset\fP" .br .ti -1c .RI "globus_off_t \fBend_offset\fP" .br .in -1c .SH "Detailed Description" .PP Byte range report\&. This structure contains information about a single extent of data stored on an FTP server\&. A report structure is generated from each part of an extended-block mode restart marker message from an FTP server\&. .SH "Field Documentation" .PP .SS "globus_off_t globus_i_ftp_client_range_t::end_offset" Maximum value of this range\&. .SS "globus_off_t globus_i_ftp_client_range_t::offset" Minimum value of this range\&. .SH "Author" .PP Generated automatically by Doxygen for globus_ftp_client from the source code\&.