Hello,
I am trying to write a VB app to FTP a binary file from an FTP Server. When using inet1.execute , "Get file1 file2"
the file is not being received in binary (Garbage)...
I looked at using bData() = inet1.openurl("host/file" , icbytearray) but can't figure how to...