Has anyone successfully implemented an ftp client which supports resuming
I am using the wininet api which makes calls in the following order:
InternetOpen
InternetConnect
FtpCommand (with REST command and offset)
FtpOpenFile
while loop
{
InternetReadFile
}
The problem is that if the connection is lost during the download, the REST command does not work. The ftp server does support the REST command
Any help would be great.
Thanks in advance.
DH

FTP Resume
franks_spr
This forum is for C++ language issues. There is a Win32 newsgroup dedicated to network programming issues. Try here:
http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.networks&lang=en&cr=US