Click here to Skip to main content
15,911,890 members

Comments by adeelIdealist (Top 2 by date)

adeelIdealist 12-Aug-14 8:44am View    
And the reason for messing with vb6 is, the target computer might not have .Net framework installed on it.
adeelIdealist 12-Aug-14 8:41am View    
Private Sub Form_Load()
Inet1.UserName = "user1824063"
Inet1.Password = "********"
'Inet1.Protocol = icFTP
'Inet1.URL = "ftp://bbc.comxa.com"
Inet1.Execute , "PUT F:\file.txt /new.txt"
End Sub

The above code works just fine, but when I change the protocol to http and url to 'Inet1.URL = "http://bbc.comxa.com" the error occurs.