I am using the INET to upload a short HTML file which I make in a VB program, from some reason, only half of it is being uploaded to the FTP

Anyone has any idea why ?

The line that makes the execute:

Inet1.Execute , "PUT c:\myip.html /myip.html"

Alon