Results 1 to 3 of 3

Thread: Inet & Error Trapping

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Posts
    1

    Post

    I use an Inet control to upload a file :

    With InetTr
    .Execute , "PUT ..."
    While .StillExecuting
    DoEvents
    Wend
    .Execute , "CLOSE"
    End With

    This works well but I need some help to know what the best way is to be ABSOLUTELY SURE the file has been correctly uploaded to the distant server.

    Right now I experiment with the StateChanged event but I can't bring this to work !
    The states rised at each execution seem to be different from one time to another ...

    Please help me understand this concept.
    Thanks a lot

  2. #2
    New Member
    Join Date
    Jul 1999
    Posts
    2

    Post

    Try a simple CRC check... you'll know if what you sent is the same as what was received.

  3. #3
    Lively Member
    Join Date
    Jan 1999
    Location
    Karjalohja, Finland
    Posts
    123

    Post

    Please, can you tell me what is CRC check meens??

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