PRB: FTP Does Not Support InternetSetFilePointer

Last reviewed: January 19, 1998
Article ID: Q168408
The information in this article applies to:
  • Microsoft ActiveX SDK, version 1.0
  • Internet Client SDK, versions 4.0, 4.01
  • Internet Explorer (Programming), versions 3.0, 3.01, 3.02, 4.0, 4.01

SYMPTOMS

InternetSetFilePointer is wrongly documented as supporting FTP and Gopher protocols. In reality it is only supported for the HTTP protocol and only works for requests to servers that support the HTTP/1.1 "RANGE" header.

CAUSE

Support for partial file download is contingent on both the client and the server. Because of a lack of FTP servers that support partial file downloads, no support for FTP was included for InternetSetFilePointer. The Gopher specification does not support partial file downloads.

STATUS

This behavior is by design.

Keywords          : AXSDKWinInet
Technology        : kbInetDev
Version           : Win:1.0,4.0,4.01
Platform          : WINDOWS
Issue type        : kbprb


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 19, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.