|
-
Nov 28th, 2000, 07:04 AM
#1
Thread Starter
Lively Member
Hello
I am trying to copy a file to an ftp server using the Inet Control but I can't get it to copy my file. I know it connects to the ftp server. But it wont copy. I am using the following code...
With Inet1
.Cancel
.Protocol = icFTP
.URL = "ftpsite"
.UserName = "ianf"
.Password = ""
End With
Inet1.Execute , "PUT F:\CPSHA000173H.820 /CPSHA000173H.820"
I am also monitoring the statechanged event to see if it connects or not.
Can anyone help?????
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
|