[twsocket] TFtpCli with an HTTP 1.1 proxy

2006-07-28 Thread jonesmabel
Is there any way to use TFtpCli through an HTTP 1.1 proxy ? The proxy requires a host ,user, password, port. thanks Jonesmabel -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http

[twsocket] Problem with bandwidth limits in FTPClient

2006-04-30 Thread jonesmabel
Can anybody confirm, or not, the problem that I am seeing below? Compiled with D6 Enterprise. thanks, Martyn -Original Message- From: [EMAIL PROTECTED] To: twsocket@elists.org Sent: Thu, 27 Apr 2006 03:46:38 -0400 Subject: Re: [twsocket] Throttle an FTPClient I think there may howeve

Re: [twsocket] Throttle an FTPClient

2006-04-27 Thread jonesmabel
I think there may however be a slight problem with the use of speed limiting. When speed limit is set on and using just the simple .receive command, this returns true before the whole file has been received. The problem only seems to happen with larger file sizes! (1M) The effect can be seen when

Re: [twsocket] Throttle an FTPClient

2006-04-18 Thread jonesmabel
Works perfectly, many thanks for a great component. One for the wish list, a report of the current transfer speed. I know it is not difficult to do in external code but it is just neater inside the component. Martyn -Original Message- From: Arno Garrels <[EMAIL PROTECTED]> To: IC

[twsocket] Throttle an FTPClient

2006-04-14 Thread jonesmabel
Reading through all the lists and FAQ I cannot find a way of limiting the data download and upload speeds when using TFtpCli. There are some ideas on servers but not the client. Has anybody tried and succeeded to limit the average transfer speeds? martyn ___