how can i implement Socket connection as Http ?
| Thu, 2005-05-26 07:25 | |
|
Hi
i have establised a HTTP connection in my application to upload a file to server but now want to (do to some resons ) establish a Socket connection with server .... So can any buddy tell me how can i implemnet Socket connection as HTTP to upload the file to server Any Pointers will be of great help Regards veeraj |
|






Forum posts: 723
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 39
But i want to port my application on series 60_v1.2 from series 60_v2.0 so so no RHttpTransaction or
RHttpSession
Regards
veeraj
Forum posts: 83
Forum posts: 39
thanks .. i will try that way
any other pointer will be of great help
thanks and regards
veeraj thaploo
Forum posts: 135
The box said 'Windows 98 or better'. Why is it not working on Linux?
Forum posts: 9
I just read the post that you had implemented simple HTTP transfers using Sockets. I'm trying to implement a simple HTTP GET using the sockets could you please guide me as to how to achieve this.
Regards,
Kamal Singhania
Forum posts: 83
Forum posts: 192
very useful to find the descriptions of protocols
Forum posts: 135
Search the web for the HTTP RFC and read it. It will give you the requests that you must send as well as the response that you can expect from the server. It is not difficult to find the RFC or to understand the basics.
The box said 'Windows 98 or better'. Why is it not working on Linux?
Forum posts: 9
Thnx for the reply.
I've implemented the GET command from the HTTP RFC and am successfully able to download text files like HTML and XML. But I've a problem getting the Binary files lilke EXEs. Is there anything else need to be done to get EXE files or is there any kind of data conversion required for bianry files.
Forum posts: 723
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 53
like
text/html
image/jpg
*/*