Restart downloading a remote file.
#include <ftplib.h> int ftplib_resume(const char *output, const char *path, char mode, netbuf *nbp);
ftplib_resume() will restart downloading the remote file path and save it to local file output.
Returns 1 if successful or 0 otherwise.
$Id: ftplib_resume.html,v 1.1 2002/12/02 03:12:52 te Exp $