<br> I am trying to transfer a binary file using Inet1 and am having a heck of a time doing it. I have tried both examples from MSDN one with OpenURL and With the Get Command and neither seem to be working effectively. <br><br> Using the OpenURL method if I put an IP address instead of a URL I.E. : Inet1.OpenURL ("111.111.111.1 c:\john.exe" , icByteArray)<br><br> Is that the proper way to open the IP address and designate a location of the file with c:\john.exe???<br><br> Or with the FTP method can you use:<br><br> Inet1.Execute "111.111.111.1", GET john.exe c:\john.exe<br><br> Then proceed do the Inet1_statechanged(ByVal State as Integer) sub correct?<br><br> For some reason it is not getting from the Server designated at 111.111.111.1 Does the Server have to have the Inet1 control as well? I understood it did'nt need at as long as it was deginated the Correct IP address.<br><br> Any help would be appreciated... John Stephens