[twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-07 Thread Udvari András László
Hi! If I use the ICS FTPCLI component, how can I query/set the size of the FTP send buffer? I mean the SO_SNDBUF parameter, required by our test method, to simulate certain test cases in wireless environment. Thanks: Andras -- To unsubscribe or change your settings for TWSocket mailing list pl

Re: [twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-07 Thread Udvari András László
mailing Subject: Re: [twsocket] FTPCLI - how to query/change FTP send buffer size? Not easy. You must change the component and call WSocket_setsockopt with the correct parameters at the right place ! The right place is in TCustomWSocket.Connect and TCustomWSocket.Dup -- [EMAIL PROTECTED] Author of ICS

Re: [twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-07 Thread Francois Piette
framework, freeware) http://www.overbyte.be - Original Message - From: "Udvari András László" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, December 07, 2005 2:36 PM Subject: [twsocket] FTPCLI - how to query/change FTP send buffer size? > Hi

Re: [twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-07 Thread Francois PIETTE
>> Not easy. You must change the component and call WSocket_setsockopt >> with the correct parameters at the right place ! The right place is in >> TCustomWSocket.Connect and TCustomWSocket.Dup > Thanks for your reply. And how can I query the current settings? > At the first stage our test I need

Re: [twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-12 Thread Udvari András László
] FTPCLI - how to query/change FTP send buffer size? >> Not easy. You must change the component and call WSocket_setsockopt >> with the correct parameters at the right place ! The right place is in >> TCustomWSocket.Connect and TCustomWSocket.Dup > Thanks for your reply. And how ca

Re: [twsocket] FTPCLI - how to query/change FTP send buffer size?

2005-12-12 Thread Francois Piette
inal Message - From: "Udvari András László" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, December 12, 2005 11:02 AM Subject: Re: [twsocket] FTPCLI - how to query/change FTP send buffer size? > Hi Francois, > > Using your directions I succe