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 send username/password. Is this option only for anonymous?
Is openurl the only way to truly receive binary?
TIA, John
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 send username/password. Is this option only for anonymous?
Is openurl the only way to truly receive binary?
TIA, John