Guest_imported
New member
- Jan 1, 1970
- 0
I am using the Internet Transfer Control for the first time.
Here is my code:
Ftp.Execute , "Put sourcefile destFile"
'Wait till finishes executing Is this correct?
Do
DoEvents
Loop Until Not FtpMainframe.StillExecuting
'close connection
Ftp.Cancel
Is there anyway to find out if it was successful?
Here is my code:
Ftp.Execute , "Put sourcefile destFile"
'Wait till finishes executing Is this correct?
Do
DoEvents
Loop Until Not FtpMainframe.StillExecuting
'close connection
Ftp.Cancel
Is there anyway to find out if it was successful?