|
-
Dec 2nd, 2004, 08:18 AM
#1
Thread Starter
Lively Member
Inet status
Hi,
I am using Inet control to ftp file to server. Is there any way to indicate the connect successful , and indicate the put file completed or not?
I am using code:
With .Inet1
.url = "ftp://HOSTNAME"
.UserName = "user"
.Password = "pwd"
strCommand = "put " & mstrTargetFile & mstrTargetFile
.Execute , strCommand
End with
Even i used wrong user name/pwd, the execute method has no any error return.
Thanks
Robert
-
Dec 2nd, 2004, 08:23 AM
#2
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
|