Re: [twsocket] Problem with Firewalls

2006-02-15 Thread Fastream Technologies
Then you have a non-transparent firewall which is indeed a proxy that 
requires you to enter username/password or at least provide in a format. 
There should be an explanation of them in the ftpcli.pas.

Regards,

SZ

- Original Message - 
From: "Jean-Paul Passama" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Wednesday, February 15, 2006 2:39 PM
Subject: Re: [twsocket] Problem with Firewalls


Hi,

Yes I just checked all my code and I have seen :

FtpClient1.Passive := true;

Thank for the idea, even if it doesn't work here...

JP Passama

Fastream Technologies a écrit :
> Hello,
>
> Have you tried the passive mode?
>
> Regards,
>
> SubZ
>
> - Original Message - 
> From: "Jean-Paul Passama" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, February 15, 2006 1:30 PM
> Subject: [twsocket] Problem with Firewalls
>
>
>> Hi,
>>
>> I have made a program which send datas (text file) using a FTPClient. It
>> works fine but on many users'computer, the firewall forbid the datas to
>> be sent.
>> These users are old persons who are enable to check the firewall. So I
>> am looking about a way to by-pass this difficulty, maybe something to do
>> in the installation time, or maybe using Internet Explorer to send
>> datas...
>>
>> Do you encounter this problem ? And how do you solve it ?
>>
>> Thanks
>> Jean-Paul Passama
>> Brdge+
>> www.bridgeplus.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 

-- 
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 Firewalls

2006-02-15 Thread Jean-Paul Passama
Hi,

Yes I just checked all my code and I have seen :

FtpClient1.Passive := true;

Thank for the idea, even if it doesn't work here...

JP Passama

Fastream Technologies a écrit :
> Hello,
> 
> Have you tried the passive mode?
> 
> Regards,
> 
> SubZ
> 
> - Original Message - 
> From: "Jean-Paul Passama" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, February 15, 2006 1:30 PM
> Subject: [twsocket] Problem with Firewalls
> 
> 
>> Hi,
>>
>> I have made a program which send datas (text file) using a FTPClient. It
>> works fine but on many users'computer, the firewall forbid the datas to
>> be sent.
>> These users are old persons who are enable to check the firewall. So I
>> am looking about a way to by-pass this difficulty, maybe something to do
>> in the installation time, or maybe using Internet Explorer to send 
>> datas...
>>
>> Do you encounter this problem ? And how do you solve it ?
>>
>> Thanks
>> Jean-Paul Passama
>> Brdge+
>> www.bridgeplus.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] Problem with Firewalls

2006-02-15 Thread Arno Garrels
Sorry, port 22 is the standard port for the data channel.

Arno


Arno Garrels wrote:
> Hello,
> 
> TFtpCli requires the same firewall settings as any other
> FTP client. What kind of firewall do you mean? Proxy
> or NAT? Usually on NAT, if port 23 is blocked for incomming
> data passive mode might work.
> 
> Tweaking the firewall settings during the installation is
> a rather bad idea, though I've been told that some applications
> do it nevertheless.
> 
> Arno Garrels
> 
> Jean-Paul Passama wrote:
>> Hi,
>> 
>> I have made a program which send datas (text file) using a FTPClient. It
>> works fine but on many users'computer, the firewall forbid the datas to
>> be sent.
>> These users are old persons who are enable to check the firewall. So I
>> am looking about a way to by-pass this difficulty, maybe something to do
>> in the installation time, or maybe using Internet Explorer to send
>> datas...
>> 
>> Do you encounter this problem ? And how do you solve it ?
>> 
>> Thanks
>> Jean-Paul Passama
>> Brdge+
>> www.bridgeplus.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] Problem with Firewalls

2006-02-15 Thread Arno Garrels
Hello,

TFtpCli requires the same firewall settings as any other
FTP client. What kind of firewall do you mean? Proxy
or NAT? Usually on NAT, if port 23 is blocked for incomming
data passive mode might work.

Tweaking the firewall settings during the installation is
a rather bad idea, though I've been told that some applications
do it nevertheless.

Arno Garrels 
 
Jean-Paul Passama wrote:
> Hi,
> 
> I have made a program which send datas (text file) using a FTPClient. It
> works fine but on many users'computer, the firewall forbid the datas to
> be sent.
> These users are old persons who are enable to check the firewall. So I
> am looking about a way to by-pass this difficulty, maybe something to do
> in the installation time, or maybe using Internet Explorer to send
> datas... 
> 
> Do you encounter this problem ? And how do you solve it ?
> 
> Thanks
> Jean-Paul Passama
> Brdge+
> www.bridgeplus.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] Problem with Firewalls

2006-02-15 Thread Fastream Technologies
Hello,

Have you tried the passive mode?

Regards,

SubZ

- Original Message - 
From: "Jean-Paul Passama" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, February 15, 2006 1:30 PM
Subject: [twsocket] Problem with Firewalls


> Hi,
>
> I have made a program which send datas (text file) using a FTPClient. It
> works fine but on many users'computer, the firewall forbid the datas to
> be sent.
> These users are old persons who are enable to check the firewall. So I
> am looking about a way to by-pass this difficulty, maybe something to do
> in the installation time, or maybe using Internet Explorer to send 
> datas...
>
> Do you encounter this problem ? And how do you solve it ?
>
> Thanks
> Jean-Paul Passama
> Brdge+
> www.bridgeplus.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