I'm using Inet in Visual Basic 6 to download files.
There is no problem when downloading files that have url like:
"http://HOST.com/PATH/FileName.txt"
but Inet can not download files which have some Variables in url like:
"http://HOST.com/PATH/download.php?FileCode=126" .
Is there any way to solve this problem? If not, any other methods that can solve this?