Re: [twsocket] Bandwidth control TFtpClient

2006-01-18 Thread Dan
I think theres already one in my zip, but Im not 100% sure. Dan - Original Message - From: "Peter Feldbaumer" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, January 18, 2006 3:30 PM Subject: Re: [twsocket] Bandwidth control TFtpClient

Re: [twsocket] Bandwidth control TFtpClient

2006-01-18 Thread Peter Feldbaumer
Original Message From: "Arno Garrels" <[EMAIL PROTECTED]> > Current implementation is in the FTP/HTTP _clients_ only, conditional > compiled. It probably won't fit my needs in real world applications as > well. > A derived throttled server would be nice, however nicer would be a > throt

Re: [twsocket] Bandwidth control TFtpClient

2006-01-18 Thread Arno Garrels
Peter Feldbaumer wrote: > Could I suggest to create a descendent component from TFtpSrv - something > like TFtpSrvThrottled - to implement bandwidth-limiting? > > The current implementation (if it is like in HttpProt.pas) doesn't fit my > needs (and probably that of others, too) - e.g. if one nee

Re: [twsocket] Bandwidth control TFtpClient

2006-01-18 Thread Peter Feldbaumer
Original Message From: "Arno Garrels" <[EMAIL PROTECTED]> > I've just more or less copied and pasted the bandwidth control stuff > from HttpProt.pas to FtpProt.pas, enabled it on the data channel only > so far. I couldn't find a note who contributed this code? > Also, should I enable it

Re: [twsocket] Bandwidth control TFtpClient

2006-01-18 Thread Fastream Technologies
ing" Sent: Wednesday, January 18, 2006 10:33 AM Subject: Re: [twsocket] Bandwidth control TFtpClient > One reason would be that the client does not want to soak up all the > bandwidth. For example, I routinely run an RDP session over my > Internet connection. It would be nice to also d

Re: [twsocket] Bandwidth control TFtpClient

2006-01-18 Thread Robert Chafer
One reason would be that the client does not want to soak up all the bandwidth. For example, I routinely run an RDP session over my Internet connection. It would be nice to also do some low-level downloading with FTP -- generally I cannot because the FTP client gets data at the limit of my bandwidt

Re: [twsocket] Bandwidth control TFtpClient

2006-01-18 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: >> I dont think the control channel of FTP needs throttling, only data >> channel. > > Who would possible want to throttle even the data channel on a FTP client? For instance someone who wants to be able to trottle down CPU load on very fast connection

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Angus Robertson - Magenta Systems Ltd
> Suppose you have a server running on an 100 MB WAN-connection, > and there are clients that have 100MB upload and download lines, > your server will be blocked immediately. But we were not talking about servers, only clients. Angus via a 10 Mbit cable modem -- To unsubscribe or change your

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Francois PIETTE
> I've just more or less copied and pasted the bandwidth control stuff > from HttpProt.pas to FtpProt.pas, enabled it on the data channel only > so far. I couldn't find a note who contributed this code? Well, it's me ! Actually I have done it for a customer who payed for and agreed to give it to

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Paul
iling" Sent: Tuesday, January 17, 2006 10:16 PM Subject: Re: [twsocket] Bandwidth control TFtpClient > Hello Paul, > > Yes understeand. I only never had that situation or ask. I probably > have the kind of customars with different view. > > --- > Rgds, Wilfried

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Wilfried Mestdagh
e then one would like. > Paul > - Original Message - > From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Tuesday, January 17, 2006 9:51 PM > Subject: Re: [twsocket] Bandwidth control TFtpClient >> Hello An

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Paul
. Paul - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, January 17, 2006 9:51 PM Subject: Re: [twsocket] Bandwidth control TFtpClient > Hello Angus, > > My opinion too, but it seems a popula

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Wilfried Mestdagh
Hello Angus, My opinion too, but it seems a popular item :) If I write an application my concern is to get as muth data in short possible time. But others seems to like to delay it :) I dont know the reason... --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://w

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Angus Robertson - Magenta Systems Ltd
> I dont think the control channel of FTP needs throttling, only data > channel. Who would possible want to throttle even the data channel on a FTP client? Just seems unnecessary complications to me. I thought throttling was something servers did when they are hosted on lines incapable of mee

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Wilfried Mestdagh
Hello Arno, I dont think the control channel of FTP needs throttling, only data channel. Only my personal opinion of course. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, January 17, 2006, 19:57, Arno Garrels wrote: > Hi, > I've

[twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Arno Garrels
Hi, I've just more or less copied and pasted the bandwidth control stuff from HttpProt.pas to FtpProt.pas, enabled it on the data channel only so far. I couldn't find a note who contributed this code? Also, should I enable it on the control channel as well?? --- Arno Garrels [TeamICS] http://www