Re: [twsocket] TFTPClient...

2010-11-23 Thread Francois PIETTE
What are the dataportrangeend and dataportrangestart properties in the TFTPClient component? I searched and could not find any description. I see them mentioned in a FAQ but no description. What I need to do is allow the user to specify a local port number. If I set both of the above properties

[twsocket] ICS group on social networks LinkedIn and FaceBook

2010-11-23 Thread Francois PIETTE
Hi ! Every ICS user is invited to be part of ICS-group on Linked-In. See http://www.linkedin.com/e/gis/136245 Why ? Just to have a little bit more visibility for everyone of us and for ICS. There is another one on FaceBook:

[twsocket] ICS documentation

2010-11-23 Thread Francois PIETTE
Hi ! As you probably know, we have a Wiki for ICS documentation: http://wiki.overbyte.be A wiki is a collaborative tool. We already have a few authors writing articles. Actually not that much ! If you have some spare time, please use it to write some article in the wiki. If each ICS user

[twsocket] ICS registration

2010-11-23 Thread Francois PIETTE
As you subscribed to ICS support mailing list, you probably use ICS. Good ! But have you taken time to register your ICS copy ? ICS is freeware but to use it, you must register it. Registration is very simple: just mail a [real, paper] picture postcard to the author (me). You can find

Re: [twsocket] TFTPClient...

2010-11-23 Thread zayin
Hello, What are the dataportrangeend and dataportrangestart properties in the... As you may already know, FTP is using TWO ports: one for commands and one for data. And for data, a FTP client act as a server : unless you select passive mode, a FTP client accept data connection from the FTP

[twsocket] TFTPClient...

2010-11-23 Thread zayin
Hello, I think this is my last question for TFTPClient. Is there a way to prevent the overwriting of the file if it exists on the server? Overwrite seems to be the default. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-23 Thread Arno Garrels
Fastream Technologies wrote: Ok, somehow the packages got mixed and the defines were wrong. Anyway, can you try to compile the latest IPv6 package with NO_ADV_MT defined? It bombs in web server component! Thanks, it's fixed now and checked in. -- Arno Garrels -- To unsubscribe or change

[twsocket] Many TWSockets - how to update interface and respond to user actions ?

2010-11-23 Thread Max Terentiev
Hi, I try to use ICS v6 TWSocket in async non-blocking mode. (IDE C++Builder 2007) I build little App for testing and benchmarks. My app just send/receive data to server on second PC conneceted via 1 GB LAN and show some statistic on form. And I have a problem: on heavy load (100+ TWSockets)

Re: [twsocket] Many TWSockets - how to update interface and respond touser actions ?

2010-11-23 Thread Francois PIETTE
I try to use ICS v6 TWSocket in async non-blocking mode. (IDE C++Builder 2007) I build little App for testing and benchmarks. My app just send/receive data to server on second PC conneceted via 1 GB LAN and show some statistic on form. And I have a problem: on heavy load (100+ TWSockets) my

Re: [twsocket] TFTPClient

2010-11-23 Thread zayin
Hello, Thanks for the answer. I might have put the question wrong. If the file exist on the server I do not want to overwrite the file. I want to abort the transfer. Is that possible? Or do I need to check if the file exists before TFTPClient.Tansmit? If I need to check first, what is the

[twsocket] Clarification of my previous question

2010-11-23 Thread Max Terentiev
Hi, After some investigation I have noticed that app slowdown happens only if I send large amount of data using TSmtpCli component. If I try to send large message (2-3 mb) - program hangs until message body sent. No matter how many TSmtpCli components running in parallel. Program hangs with

Re: [twsocket] TFTPClient

2010-11-23 Thread Fastream Technologies
Hello, I think the MLST command is the easiest for the purpose since it is used just for single file querying. Regards, SZ On Tue, Nov 23, 2010 at 11:16 PM, zayin za...@pdq.net wrote: Hello, Thanks for the answer. I might have put the question wrong. If the file exist on the server I

Re: [twsocket] Clarification of my previous question

2010-11-23 Thread Arno Garrels
Max Terentiev wrote: I try to use ICS v6 TWSocket in async non-blocking mode. (IDE C++Builder 2007) You realy should use v7, *v6 is obsolete*, it's not maintained since 2008. v7 is the successor of v6 and a move should be very easy. There are more than 600 changes and fixes since v6 in the svn