[twsocket] HTTP server component with WebDav support

2012-02-03 Thread Tobias Rapp
Hi! I would like to extend my existing ICS-based HTTP server to allow upload and removal of files on the server. From reading the HTTP specs at [1] it seems that the natural commands for these actions would be PUT [2] and DELETE [3]. Unfortunately the THttpServer/THttpConnection components do

Re: [twsocket] Package problems

2012-02-03 Thread Stefan Paege
Hi Arno, Francois, I did download ICS5 from OverByte.be yesterday. Then copied it into my Delphi 5 installation and compiled the package. I'm not 100% sure if I had an older version of ICS installed before. So there might be leftovers from an ancient installation. I will try to clean up and

Re: [twsocket] Package problems

2012-02-03 Thread Stefan Paege
OK, have it working now. Thanks guys. Stefan Paege -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] udp server and network configuration changes

2012-02-03 Thread Emanuele Bizzarri
Hi, I've an udp socket listening on ip:port. If I make some network configuration changes, no socket error will be triggered. Is it normal? I've tested following cases: 1. switching off wifi: netstat tells that the socket is listening yet. And it will continue receive data (I've tried from a

Re: [twsocket] HTTP server component with WebDav support

2012-02-03 Thread Arno Garrels
Tobias Rapp wrote: Hi! I would like to extend my existing ICS-based HTTP server to allow upload and removal of files on the server. From reading the HTTP specs at [1] it seems that the natural commands for these actions would be PUT [2] and DELETE [3]. Unfortunately the

Re: [twsocket] udp server and network configuration changes

2012-02-03 Thread François Piette
There is a way to recognize networks changes like these? Have a look at IP Helper API: http://msdn.microsoft.com/en-us/library/aa366329(VS.85).aspx -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS)

Re: [twsocket] Package problems

2012-02-03 Thread François Piette
OK, have it working now. And the problem was It is always better to report the solution you found for a problem you talked in the list. This way, the next guy searching for the same problem will also find the solution ! Thanks. -- francois.pie...@overbyte.be The author of the freeware