|
-
Feb 3rd, 2007, 12:38 PM
#8
Thread Starter
Member
Re: How would I make visual basic:
Ok, I got this, but INet won't connect
With Inet
.AccessType = icDirect
.Protocol = icFTP
.UserName = "gthkane"
.Password = "******"
.RemoteHost = "ftp://domain.com"
.Execute Inet.URL, "PUT C:\Documents and Settings\Administrator\Desktop\My Folders\Source Code\AMP\music.bmp music.bmp"
While .StillExecuting
DoEvents
Wend
.Execute , "CLOSE"
End With
And when it trys to connect i get "unable to connect to remote host"
anyone know what I am doing wrong?
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
|