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?