I don't know if there is any other way. I'd use Net library functions for communicating with web through http:
NetLibOpen
NetLibGetHostByName
NetLibSocketOpen
NetLibSocketConnect
NetLibSend // send http request
NetLibReceive // receive whole downloaded file
NetLibSocketClose
NetLibClose

Hynek Sladky


Jayaseelan napsal(a):
hi,

At present am working in palm. Am new to this. Currently am working for, at run 
time i want to download a .gz file and write it on memomy and get back it to 
give input to next process.

the file is in http://hostname/filename.gz
After getting login in my application i want to download this file and save. 
After save i want to read the file immediately to move next step on my 
aplication.

Expecting reply As soon as possible. (Help ful info is more help for me)

Regards

Jayaseelan.V

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to