Whywont this work.?
is it because i am on a network?
This stuff seems to be picky
VB Code:
Private Sub Command1_Click() Screen.MousePointer = vbHourglass Inet1.URL = "ftp://www.george.fws1.com" Inet1.UserName = "george.fws1.com" Inet1.password = "george" Inet1.Protocol = icFTP Inet1.Execute , "put c:\testing.txt /testing.txt" Do While Inet1.StillExecuting DoEvents Loop Screen.MousePointer = vbDefault End Sub
Any help would be Fantastic!!
Seahag
BTW I keep getting a "Unable to connect to Remote Host"




Reply With Quote