I recently have been working on a program to handle uncompressed file 'archives'
and I seem to have run into an odd bug. I tried to use the SEEK command to set the
file pointer, but it doesn't seem to work correctly, as the following GET
returned a stream of bytes from the beginning of the file. the same occured
when I tried to set the position within the get statement. Is there a way
to work around this, or am I possibly missing something? thanks.
and I seem to have run into an odd bug. I tried to use the SEEK command to set the
file pointer, but it doesn't seem to work correctly, as the following GET
returned a stream of bytes from the beginning of the file. the same occured
when I tried to set the position within the get statement. Is there a way
to work around this, or am I possibly missing something? thanks.
Comment