Results 1 to 2 of 2

Thread: FTP.....waiting for operations to finish

  1. #1
    Darjay
    Guest
    Hello,

    I have recently started learning VB and I am trying to write a program which uses FTP to copy files from one server to another.

    I have been trying to use the inet control but am having trouble finding out when an operation has finished.

    e.g. when using inet.execute how do I know if the previous command is still running or finished??

    Thanks in advance
    Darren

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Karjalohja, Finland
    Posts
    123
    Try this way:

    Inet1.Execute ,.....
    Do
    DoEvents
    Loop While Inet1.StillExecuting

    -Dj4

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