[twsocket] Compiling latest ICS-beta

2006-01-27 Thread Bjørnar Nielsen
I downloaded and installed latest beta and I found these problems (using
BCB6).

The package compiled fine but I get errors when using ICS in a testproject
in WSocket.hpp on these:

IOCPARM_MASK
IOC_VOID
IOC_OUT
IOC_IN
IOC_INOUT

They are defined in both Winsock.pas and WSoscket.pas. When I removed them
from WSocket.pas the errors was gone.

I also get error in HttpContCod.hpp on

__property bool Active = {read=GetActive, nodefault}; (line 85)
__property AnsiString Coding = {read=GetCoding}; (line 86)

The error is parameter mismatch.

Regards Bjørnar



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Problem with the lists

2006-01-27 Thread Francois PIETTE
Seems the list is down !
36 hours without message is not normal.
Do you see my message ?
--
[EMAIL PROTECTED]
http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Problem with the lists

2006-01-27 Thread Paul
Yes

Paul


- Original Message - 
From: Francois PIETTE [EMAIL PROTECTED]
To: twsocket@elists.org
Sent: Friday, January 27, 2006 10:27 AM
Subject: [twsocket] Problem with the lists


 Seems the list is down !
 36 hours without message is not normal.
 Do you see my message ?
 --
 [EMAIL PROTECTED]
 http://www.overbyte.be
 
 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be
 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Problem with the lists

2006-01-27 Thread Bjørnar Nielsen
I got the message, but have trouble sending to the ICS-SSL-list. My mail is
rejected by postmaster.

Regards Bjørnar

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE
 Sent: 27. januar 2006 10:27
 To: twsocket@elists.org
 Subject: [twsocket] Problem with the lists
 
 Seems the list is down !
 36 hours without message is not normal.
 Do you see my message ?
 --
 [EMAIL PROTECTED]
 http://www.overbyte.be
 
 --
 To unsubscribe or change your settings for TWSocket mailing 
 list please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be
 


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Problem with the lists

2006-01-27 Thread Tibor Csonka

yes !

perhaps ICS has reach the almost perfection and doesn't need any support 
anymore ? ;)

I think so too :)
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Problem with the lists

2006-01-27 Thread Dod
Hello,

For sure, ICS in know so perfect and we all know the libs 1% that
we don't need this list anymore :-)

Regards.

GM Francois PIETTE a écrit :
 Seems the list is down !
 36 hours without message is not normal.
 Do you see my message ?
 --
 [EMAIL PROTECTED]
 http://www.overbyte.be
 
GM yes !

GM perhaps ICS has reach the almost perfection and doesn't need any support 
anymore ? ;)

GM Nope, everything seems normal except that some messages seem to take a long 
time to reach th ML...

GM Regards,

GM -- 

GM Guillaume MAISON - [EMAIL PROTECTED]
GM 83, Cours Victor Hugo
GM 47000 AGEN
GM Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50
GM e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Compiling latest ICS-beta

2006-01-27 Thread Arno Garrels
Bjørnar Nielsen wrote:
 I downloaded and installed latest beta and I found these problems (using
 BCB6).
 
 The package compiled fine but I get errors when using ICS in a testproject
 in WSocket.hpp on these:
 
 IOCPARM_MASK
 IOC_VOID
 IOC_OUT
 IOC_IN
 IOC_INOUT
 
 They are defined in both Winsock.pas and WSoscket.pas. When I removed them
 from WSocket.pas the errors was gone.

Strange, I cannot find those constants in WSocket.pas, but they are defined
in WinSock.pas.

Arno Garrels

 
 I also get error in HttpContCod.hpp on
 
 __property bool Active = {read=GetActive, nodefault}; (line 85)
 __property AnsiString Coding = {read=GetCoding}; (line 86)
 
 The error is parameter mismatch.
 
 Regards Bjørnar
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] GpHTTPProxy and remote address info

2006-01-27 Thread Wilfried Mestdagh
Hello ibrahim,

You can use GetPeerAddr method from TWSocket.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, January 27, 2006, 10:28, ibrahim bulut wrote:

 hi,
 i am trying to use GpHTTPProxy component

 how can i get the remote address and remote port from GpHTTPProxy on 
 clientdataavailable event and remotedataavailable event


 ibrahim Bulut
 iletişim Online Ltd.Şti.
 Software and Database Expert
 Turkish Republic

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] HttpCli error with 302 and 301 Redirects

2006-01-27 Thread Arno Garrels
Ronny wrote:
 I am using V6 beta of ICS with D7.  On some sites, using httpcli with
 asyncget, the OnHeaderEnd event gets called 3 times (with 302 code) and
 the RequestDone event never gets called.

Yes, I see the same bug in the SslHttpCli. 

 Also, a bad page on a site like www.amazon.com/?test/test gets a 301, then
 302 and then hangs.  This did not happen with earlier versions of ICS.
 Any suggestions?
 - Ronny
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Compiling latest ICS-beta

2006-01-27 Thread Francois PIETTE
 IOCPARM_MASK
 IOC_VOID
 IOC_OUT
 IOC_IN
 IOC_INOUT

 Strange, I cannot find those constants in WSocket.pas, but they are 
 defined
 in WinSock.pas.

You have not the latest version ! I added those constant because I needed 
them for keep alive processing I added a few days ago (remember my message 
?). Maybe I added too much constants, duplication from winsock ? Anyway, it 
shouldn't hurt.

--
[EMAIL PROTECTED]
http://www.overbyte.be



- Original Message - 
From: Arno Garrels [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Friday, January 27, 2006 10:59 AM
Subject: Re: [twsocket] Compiling latest ICS-beta


 Bjørnar Nielsen wrote:
 I downloaded and installed latest beta and I found these problems (using
 BCB6).

 The package compiled fine but I get errors when using ICS in a 
 testproject
 in WSocket.hpp on these:

 IOCPARM_MASK
 IOC_VOID
 IOC_OUT
 IOC_IN
 IOC_INOUT

 They are defined in both Winsock.pas and WSoscket.pas. When I removed 
 them
 from WSocket.pas the errors was gone.

 Strange, I cannot find those constants in WSocket.pas, but they are 
 defined
 in WinSock.pas.

 Arno Garrels


 I also get error in HttpContCod.hpp on

 __property bool Active = {read=GetActive, nodefault}; (line 85)
 __property AnsiString Coding = {read=GetCoding}; (line 86)

 The error is parameter mismatch.

 Regards Bjørnar
 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Problem with the lists

2006-01-27 Thread Francois PIETTE
 Seems the list is down !
 36 hours without message is not normal.
 Do you see my message ?
 --
 [EMAIL PROTECTED]
 http://www.overbyte.be

 yes !
 Nope, everything seems normal except that some messages
 seem to take a long time to reach th ML...

I looks like it is restarted. There was no message at all (There are plenty 
of spam messages you never see because spam is blocked by the filter (I see 
those messages as moderator). There was even no spam message !).

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] GpHTTPProxy and remote address info

2006-01-27 Thread ibrahim bulut
when i try to use Client.GetPeerAddr i get the exception

can you send me delphi code about this


- Original Message - 
From: Wilfried Mestdagh [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Friday, January 27, 2006 12:03 PM
Subject: Re: [twsocket] GpHTTPProxy and remote address info


Hello ibrahim,

You can use GetPeerAddr method from TWSocket.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Friday, January 27, 2006, 10:28, ibrahim bulut wrote:

 hi,
 i am trying to use GpHTTPProxy component

 how can i get the remote address and remote port from GpHTTPProxy on
 clientdataavailable event and remotedataavailable event


 ibrahim Bulut
 iletişim Online Ltd.Şti.
 Software and Database Expert
 Turkish Republic

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

__ NOD32 1.1382 (20060127) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Compiling latest ICS-beta

2006-01-27 Thread Bjørnar Nielsen

 You have not the latest version ! I added those constant 
 because I needed them for keep alive processing I added a few 
 days ago (remember my message ?). Maybe I added too much 
 constants, duplication from winsock ? Anyway, it shouldn't hurt.

It seems to be a problem with BCB, I could not use ICS in a project with the
duplicated constants. When I removed the duplicated constants the
compile-error went away.

Regards Bjørnar

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] GpHTTPProxy and remote address info

2006-01-27 Thread ibrahim bulut
ok
i tried it and i get the 127.0.0.1 address
but this is my proxy address

i must know the web site adres ie (www.yahoo.com or 212.125.121.471)


- Original Message - 
From: Arno Garrels [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Friday, January 27, 2006 1:50 PM
Subject: Re: [twsocket] GpHTTPProxy and remote address info


ibrahim bulut wrote:
 when i try to use Client.GetPeerAddr i get the exception

You need to be connected (state=wsconnected), otherwise you get an 
exception.

Arno Garrels


 can you send me delphi code about this


 - Original Message -
 From: Wilfried Mestdagh [EMAIL PROTECTED]
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, January 27, 2006 12:03 PM
 Subject: Re: [twsocket] GpHTTPProxy and remote address info


 Hello ibrahim,

 You can use GetPeerAddr method from TWSocket.

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Friday, January 27, 2006, 10:28, ibrahim bulut wrote:

 hi,
 i am trying to use GpHTTPProxy component

 how can i get the remote address and remote port from GpHTTPProxy on
 clientdataavailable event and remotedataavailable event


 ibrahim Bulut
 iletişim Online Ltd.Şti.
 Software and Database Expert
 Turkish Republic

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

 __ NOD32 1.1382 (20060127) Information __

 This message was checked by NOD32 antivirus system.
 http://www.eset.com
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

__ NOD32 1.1382 (20060127) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] GpHTTPProxy and remote address info

2006-01-27 Thread Fastream Technologies
You need to use the GetPeerAddr of the outgoing connection object.

Regards,

SZ

- Original Message - 
From: ibrahim bulut [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Friday, January 27, 2006 2:07 PM
Subject: Re: [twsocket] GpHTTPProxy and remote address info


ok
i tried it and i get the 127.0.0.1 address
but this is my proxy address

i must know the web site adres ie (www.yahoo.com or 212.125.121.471)


- Original Message - 
From: Arno Garrels [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Friday, January 27, 2006 1:50 PM
Subject: Re: [twsocket] GpHTTPProxy and remote address info


ibrahim bulut wrote:
 when i try to use Client.GetPeerAddr i get the exception

You need to be connected (state=wsconnected), otherwise you get an
exception.

Arno Garrels


 can you send me delphi code about this


 - Original Message -
 From: Wilfried Mestdagh [EMAIL PROTECTED]
 To: ICS support mailing twsocket@elists.org
 Sent: Friday, January 27, 2006 12:03 PM
 Subject: Re: [twsocket] GpHTTPProxy and remote address info


 Hello ibrahim,

 You can use GetPeerAddr method from TWSocket.

 ---
 Rgds, Wilfried [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 http://www.mestdagh.biz

 Friday, January 27, 2006, 10:28, ibrahim bulut wrote:

 hi,
 i am trying to use GpHTTPProxy component

 how can i get the remote address and remote port from GpHTTPProxy on
 clientdataavailable event and remotedataavailable event


 ibrahim Bulut
 iletişim Online Ltd.Şti.
 Software and Database Expert
 Turkish Republic

 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

 __ NOD32 1.1382 (20060127) Information __

 This message was checked by NOD32 antivirus system.
 http://www.eset.com
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

__ NOD32 1.1382 (20060127) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Compiling latest ICS-beta

2006-01-27 Thread Bjørnar Nielsen
 Which one exactly did you remove ?

I commented these consts from WSocket.pas

IOCPARM_MASK
IOC_VOID
IOC_OUT
IOC_IN
IOC_INOUT

Regards Bjørnar

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] ICS website down?

2006-01-27 Thread Arno Garrels
Target Name: www.overbyte.be
 IP: 194.183.245.101

 1   60 ms0 ms4 ms4 ms -32765 ms2 ms  [192.168.178.1]
 2   60 ms   48 ms   47 ms   47 ms -32765 ms   47 ms  [217.0.116.7]
 3   74 ms   43 ms   41 ms   42 ms -32765 ms   42 ms  [217.0.64.102]
 4   70 ms   58 ms   56 ms   60 ms -32765 ms   56 ms  [217.239.37.114]
 5   66 ms   63 ms   61 ms   59 ms -32765 ms   61 ms  
po9-2.pascr3.Paris.opentransit.net [193.251.252.29]
 6   67 ms   68 ms   66 ms   74 ms -32765 ms   66 ms  
po11-0.loncr3.London.opentransit.net [193.251.128.221]
 7   74 ms   73 ms   71 ms   68 ms -32765 ms   68 ms  
so-1-0-0-0.loncr4.London.opentransit.net [193.251.242.22]
 8   80 ms   78 ms   76 ms   72 ms -32765 ms   73 ms  
po2-0.brubb1.Brussels.opentransit.net [193.251.154.230]
 9   75 ms   73 ms   81 ms   78 ms -32765 ms   75 ms  
po0-0-0.bruar1.Brussels.opentransit.net [193.251.128.138]
10   80 ms   78 ms   76 ms   73 ms -32765 ms  130 ms  
perceval.GW.opentransit.net [193.251.248.94]
11   75 ms  403 ms   71 ms   78 ms -32765 ms   74 ms  
bebru1202-p0-0.perceval.net [194.183.225.12]
12   70 ms   67 ms   73 ms   73 ms -32765 ms   69 ms  
bebru1301-p0-0.perceval.net [194.183.225.71]
13   74 ms   72 ms   68 ms   68 ms -32765 ms   74 ms  
145-236-183-194.adsl.perceval.be [194.183.236.145]
14   *   *   *   * -32765 ms   *   []
15   *   *   *   * -32765 ms   *   []
16   *   *   *   * -32765 ms   *   []
17   *   *   *   * -32765 ms   *   []
18   *   *   *   * -32765 ms   *   [-]

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS website down?

2006-01-27 Thread Wilfried Mestdagh
Hello Arno,

 145-236-183-194.adsl.perceval.be [194.183.236.145]

Here it stop also at same hop.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Compiling latest ICS-beta

2006-01-27 Thread Francois PIETTE
 Which one exactly did you remove ?

OK, found in your previous message.

--
[EMAIL PROTECTED]
http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Using ICS for Delphi/C++Builder Beta (Jan 22, 2006) with Delphi 3

2006-01-27 Thread Gerhard Rattinger
There are two problems, if You try to complie ICSDel30.dpk with Delphi 3:

First problem is in WSocket.pas - Method SetKeepAliveOption

For Delphi3 BytesReturned must be of type DWORD instead of Cardinal

Possible correction:

**
old:
**
procedure TCustomWSocket.SetKeepAliveOption;
var
OptVal: Integer;
Status: Integer;
KeepAliveIn   : TTcpKeepAlive;
KeepAliveOut  : TTcpKeepAlive;
BytesReturned : Cardinal;
begin
.
.
.

**
new:
**

procedure TCustomWSocket.SetKeepAliveOption;
var
OptVal: Integer;
Status: Integer;
KeepAliveIn   : TTcpKeepAlive;
KeepAliveOut  : TTcpKeepAlive;
// 26.01.2006 Ra must be DWORD for Compilation using Delphi 3
{$IFDEF DELPHI3}
BytesReturned : DWORD;
{$ELSE}
BytesReturned : Cardinal;
{$ENDIF}
begin
.
.
.


Second problem is in MimeUtil.pas - Delphi 3 has no definition for
TSysCharSet

Possible correction:

**
old:
**
uses
SysUtils, Classes;

const
TMimeUtilsVersion = 103;
CopyRight : String = ' MimeUtils (c) 1997-2006 F. Piette V1.03 ';

SpecialsRFC822 : TSysCharSet = ['(', ')', '', '', '@', ',', ';', ':',
'\', '', '[', ']', '.'];
.
.
.
**
new:
**
uses
SysUtils, Classes;

// 26.01.2006 Ra Delphi 3 has no definition for TSysCharSet, so let's define
it here
{$IFDEF DELPHI3}
type
TSysCharSet = set of char;
{$ENDIF}

const
TMimeUtilsVersion = 103;
CopyRight : String = ' MimeUtils (c) 1997-2006 F. Piette V1.03 ';

SpecialsRFC822 : TSysCharSet = ['(', ')', '', '', '@', ',', ';', ':',
'\', '', '[', ']', '.'];

// 26.01.2006 Ra Delphi 3 has no definition for TSysCharSet, so let's define
it here
{$IFDEF DELPHI3}
type
TSysCharSet = set of char;
{$ENDIF}
.
.


best regards

Gerhard Rattinger

Schwer+Kopka GmbH
Herknerstr. 4
88250 Weingarten
Telefon 07 51/56 164-0
Fax 07 51/56 164-10
E-mail: [EMAIL PROTECTED]

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] HttpCli error with 302 and 301 Redirects

2006-01-27 Thread Ronny
Reposting in case this got lost.  After a few more hours working on it, I am 
pretty sure that it is a bug.
- Ronny

- Original Message - 
From: Arno Garrels [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Friday, January 27, 2006 5:52 AM
Subject: Re: [twsocket] HttpCli error with 302 and 301 Redirects


 Ronny wrote:
 I am using V6 beta of ICS with D7.  On some sites, using httpcli with
 asyncget, the OnHeaderEnd event gets called 3 times (with 302 code) and
 the RequestDone event never gets called.

 Yes, I see the same bug in the SslHttpCli.

 Also, a bad page on a site like www.amazon.com/?test/test gets a 301, 
 then
 302 and then hangs.  This did not happen with earlier versions of ICS.
 Any suggestions?
 - Ronny
 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] DOS vs Windows Upload Speed

2006-01-27 Thread W Gill
Just wondering if anyone can answer this question posted on another
forum I visit. They're getting a vast difference between DOS and Windows
is that normal and what can be done about it.

Cheers
Wayne

--
I recently upgraded to a 10Mbit sychronous connection at work. We need
to upload a lot of data - around 10Gb a week. The maximum upload we
can get when using any one of several WinXP FTP apps is 47.xy
Kb/second. I can have 20 streams at that speed with no problem at all
(pretty much saturating the connection), but if I have one or two, it
never goes above that speed.

I have tried BulletProof FTP, CuteFTP, FTP Voyager, and SmartFTP. All
have the same limitation. I have tried communicating with some of the
software manufacturers, and had no luck. Vague answers like hm, we'll
need to look in to that and so on.

But here's the rub: if I go to a DOS prompt and use commandline FTP,
when I transfer a file, I get around 280Kb/second (not unrealistic -
we can FTP download from the same machine at that speed, and it is a
continent away from us).

Commanline FTP from a linux server on our LAN shows the 280Kb/sec
upload speed as well.

All this means:
(1) It's not the FTP server
(2) It's not our connection
(3) It's not our LAN
(4) It's not the FTP software

This means it must be some kimda limit in WinXP, but DOS runs on WinXP
as well, so maybe it is something this different apps have in common
with eachother. But that's weird as well.

So the question seems to be, how can I change this limit...? However,
that's not what the question is. It is:

With the above in mind, what setup do I need to use to get the maximum
upload speed the internet can offer from my WinXP box? I desperately
do not want to have to use DOS FTP. Please.
--

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] OT DOS vs Windows Upload Speed

2006-01-27 Thread Darin McGee
Have you tried more then one XP client machine? (you did not say if you
did)
What apps do you have running? AV / Firewall etc? Have you tried it on a
plain vanilla WinXP installation? Perhaps under VMWARE?

Nope, it is not normal. I have an async line at 8MB/1MB (Cable) and I
get up to over 800KB a sec D/L according to IE, Firefox or ftp. Of
course only a few sites can pump out at that speed to a single
connection. The results are the same under WinXP, Win2000, Win2003,
Linux, VMWARE hosted OS's, etc.

Darin
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of W Gill
Sent: Friday, January 27, 2006 8:21 PM
To: ICS support mailing
Subject: [twsocket] DOS vs Windows Upload Speed

Just wondering if anyone can answer this question posted on another
forum I visit. They're getting a vast difference between DOS and Windows
is that normal and what can be done about it.

Cheers
Wayne

--
I recently upgraded to a 10Mbit sychronous connection at work. We need
to upload a lot of data - around 10Gb a week. The maximum upload we can
get when using any one of several WinXP FTP apps is 47.xy Kb/second. I
can have 20 streams at that speed with no problem at all (pretty much
saturating the connection), but if I have one or two, it never goes
above that speed.

I have tried BulletProof FTP, CuteFTP, FTP Voyager, and SmartFTP. All
have the same limitation. I have tried communicating with some of the
software manufacturers, and had no luck. Vague answers like hm, we'll
need to look in to that and so on.

But here's the rub: if I go to a DOS prompt and use commandline FTP,
when I transfer a file, I get around 280Kb/second (not unrealistic - we
can FTP download from the same machine at that speed, and it is a
continent away from us).

Commanline FTP from a linux server on our LAN shows the 280Kb/sec upload
speed as well.

All this means:
(1) It's not the FTP server
(2) It's not our connection
(3) It's not our LAN
(4) It's not the FTP software

This means it must be some kimda limit in WinXP, but DOS runs on WinXP
as well, so maybe it is something this different apps have in common
with eachother. But that's weird as well.

So the question seems to be, how can I change this limit...? However,
that's not what the question is. It is:

With the above in mind, what setup do I need to use to get the maximum
upload speed the internet can offer from my WinXP box? I desperately do
not want to have to use DOS FTP. Please.
--

--
To unsubscribe or change your settings for TWSocket mailing list please
goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be