Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2006 May : FTP resume

www.cryer.info
Managed Newsgroup Archive

FTP resume

Subject:FTP resume
Posted by:dylan.hamilt..@wheatley-associates.co.uk
Date:5 May 2006 05:54:54

Has anyone successfully implemented an ftp client on Pocket PC or
otherwise 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

Replies:

www.cryer.info
Managed Newsgroup Archive