|
-
Aug 19th, 2002, 07:48 AM
#1
Thread Starter
Addicted Member
FTP, inet control question
Hello
Can you perform mulitple executes with the inet control one after another like this ?
Do
With Inet1
.RemoteHost = "10.0.0.0"
.RemotePort = "21"
.UserName = "x"
.Password = "xxx"
.Execute , "CD lpvaadat" ' Returns the directory.
.Execute , "GET *.xml c:\temp\ftp"
.Execute , "CLOSE" ' Close the connection.
End With
Loop Until Inet1.StillExecuting = False
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|