ftplib_set_restoff

Set the restart offset value

SYNOPSIS

#include <ftplib.h>
void ftplib_set_restoff(size_t restoff, netbuf *nbp);

PARAMETERS

restoff
Offset to restart from
nbp
FTP control handle returned by previous call to ftplib_connect()

DESCRIPTION

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.

RETURN VALUE

Nothing

$Id: ftplib_set_restoff.html,v 1.1 2002/12/02 03:12:52 te Exp $