Whywont this work.?
is it because i am on a network?
This stuff seems to be picky


VB Code:
  1. Private Sub Command1_Click()
  2. Screen.MousePointer = vbHourglass
  3.  
  4. Inet1.URL = "ftp://www.george.fws1.com"
  5. Inet1.UserName = "george.fws1.com"
  6. Inet1.password = "george"
  7. Inet1.Protocol = icFTP
  8. Inet1.Execute , "put c:\testing.txt /testing.txt"
  9.  
  10. Do While Inet1.StillExecuting
  11. DoEvents
  12. Loop
  13.  
  14. Screen.MousePointer = vbDefault
  15.  
  16. End Sub

Any help would be Fantastic!!

Seahag

BTW I keep getting a "Unable to connect to Remote Host"