Set the restart offset value
#include <ftplib.h> void ftplib_set_restoff(size_t restoff, netbuf *nbp);
ftplib_set_restoff() should be used before calling ftplib_access() to intiate restart session (FTPLIB_FILE_REST) so that ftplib_access() can send approperiate REST XXXX command before returning data connection handle to caller. Otherwise the restart offset value is unknown.
Nothing
$Id: ftplib_set_restoff.html,v 1.1 2002/12/02 03:12:52 te Exp $