Inet1.Protocol = icFTP
Inet1.URL = "192.168.0.1"
Inet1.UserName = "update"
Inet1.Password = "update"
Inet1.Execute , "GET update/test.exe c:\pos\test.exe"
MsgBox "Transfer Complete"
How to make sure the file is complete download before display msgbox "Transfer Complete"? (Progress bar??)
Thanks :~/
Inet1.URL = "192.168.0.1"
Inet1.UserName = "update"
Inet1.Password = "update"
Inet1.Execute , "GET update/test.exe c:\pos\test.exe"
MsgBox "Transfer Complete"
How to make sure the file is complete download before display msgbox "Transfer Complete"? (Progress bar??)
Thanks :~/