Hi!
I wanna upload files to an FTP-server and I have this code:
Private Sub cmdUpload_Click()
With Inet1
.Protocol = "icFTP"
.UserName = "MYUSERNAME"
.Password = "MYPASSWORD"
.RemoteHost = "ftp.musikporten.se/"
.Execute("SEND C:\Documents and Settings\jb04pahellg\Skrivbord\test.txt")
End With
End Sub
-------
The think is the "Inet1" command i underlined as an ERROR. Why?
And one more (newbie)-thing - Where should I but this code? In what component?
I'm totally new at VB, but I think I'll have a good grip on its possibilities soon.
Thanks!
Regards Putteh :OO
