Re: [twsocket] ICS WebServer Demo

2012-11-14 Thread Graham Powell
The problem was that the "World Wide Web Publishing Services" was running. If I turned this off or changed the port number the Web Server demo works fine. Thanks for the help. Graham -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Fr

Re: [twsocket] ICS WebServer Demo

2012-11-14 Thread Angus Robertson - Magenta Systems Ltd
> The problem was that the "World Wide Web Publishing Services" was > running. There is a registry setting that makes IIS listen only on specific IP addresses when it starts, so you can run IIS and ICS servers at the same time. HLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyLi

[twsocket] ICS FTP Client Strange Effect

2012-11-14 Thread Graham Powell
I have an odd effect that I'm sure one of you clever guys will provide an answer to. I am using the FTP client to put a file on the a web site. The file format is of my own making and have no trouble reading and writing to files to/from the hard drive. Apart from the first 4 bytes in the file, the

Re: [twsocket] ICS FTP Client Strange Effect

2012-11-14 Thread Arno Garrels
Graham Powell wrote: > I have an odd effect that I'm sure one of you clever guys will > provide an answer to. > > I am using the FTP client to put a file on the a web site. The file > format is of my own making and have no trouble reading and writing to > files to/from the hard drive. > Apart from

Re: [twsocket] ICS FTP Client Strange Effect

2012-11-14 Thread Graham Powell
Just spotted that with Wireshark. Although Binary mode is set at design time I remember now that I have to set "TypeBinaryAsync" after the connection is made. Thanks Graham -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels

Re: [twsocket] ICS FTP Client Strange Effect

2012-11-14 Thread Arno Garrels
Graham Powell wrote: > Just spotted that with Wireshark. Although Binary mode is set at > design time I remember now that I have to set "TypeBinaryAsync" after > the connection is made. Yep, I and many others had to learn this lesson as well. I vote for Binary as the default mode. -- Arno -

Re: [twsocket] ICS FTP Client Strange Effect

2012-11-14 Thread François Piette
> I vote for Binary as the default mode. Unfortunately, the standard says text mode has to be the default. -- francois.pie...@overbyte.be Embarcadero MVP http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mail

Re: [twsocket] ICS WebServer Demo

2012-11-14 Thread François Piette
> The problem was that the "World Wide Web Publishing Services" was running. You should have got the error 10048 Socket already in use. You reported error 10013. Strange. -- francois.pie...@overbyte.be Embarcadero MVP http://www.overbyte.be -- To unsubscribe or change your settings for TWSoc