CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Posts
    2

    Checking Actual and Current File Size

    Hi All,

    I need to check if a File has been successfully FTP'd in to the server (is there a way to do this?). I was thinking of checking the Actual File Size versus the Final File size and compare that if they are equal then I can be sure that the File has benn successfully transferred.
    I have found several ways of getting the current file size but is there a way of getting the Total file size? Or is there a better solution to my problem? Thanks so much!

    Cheers,
    wmeng72



  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: Checking Actual and Current File Size

    InternetFindNextFile API function returns a structure that will contain the filesize at the remote location.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured