d***@wheatley-associates.co.uk
2006-05-05 12:54:54 UTC
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
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