Re: FtpClient is blocked by win7/10's firewall.

2022-03-16 Thread Gary Gregory
I don't have any ideas here beyond asking you to provide a program anyone
can run and debug, sorry :-( and even then, we are all volunteering here
and have limited time, so there isn't a guarantee that I can sink time to
debug something.

Gary

On Wed, Mar 16, 2022, 02:32 kiter ke  wrote:

> I have sent this mail for a few days, but there’s no reply. So send again.
>
> 从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送
>
> 发件人: kiter ke<mailto:kiter...@hotmail.com>
> 发送时间: 2022年3月10日 15:27
> 收件人: user@commons.apache.org<mailto:user@commons.apache.org>
> 主题: FtpClient is blocked by win7/10's firewall.
>
> Hi,everybody!
>
> I’m trying to use FtpClient to download files from VSFtp server.But it’s
> still blocked by windows 7’s firewall.
>
> While I close the firewall, the ftp client is working. If the firewall is
> working, the ftp client can not download any bytes from server.
>
> And I have set the mode to  PASSIVE_LOCAL_DATA_CONNECTION_MODE by
> enterLocalPassiveMode<
> https://commons.apache.org/proper/commons-net/javadocs/api-3.7/org/apache/commons/net/ftp/FTPClient.html#enterLocalPassiveMode--
> >().
>
> Is there any helpful advice for me?
>
> I would be appreciate it if you reply me soon.
>
>
> 从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送
>
>
>


转发: FtpClient is blocked by win7/10's firewall.

2022-03-16 Thread kiter ke
I have sent this mail for a few days, but there’s no reply. So send again.

从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送

发件人: kiter ke<mailto:kiter...@hotmail.com>
发送时间: 2022年3月10日 15:27
收件人: user@commons.apache.org<mailto:user@commons.apache.org>
主题: FtpClient is blocked by win7/10's firewall.

Hi,everybody!

I’m trying to use FtpClient to download files from VSFtp server.But it’s still 
blocked by windows 7’s firewall.

While I close the firewall, the ftp client is working. If the firewall is 
working, the ftp client can not download any bytes from server.

And I have set the mode to  PASSIVE_LOCAL_DATA_CONNECTION_MODE by 
enterLocalPassiveMode<https://commons.apache.org/proper/commons-net/javadocs/api-3.7/org/apache/commons/net/ftp/FTPClient.html#enterLocalPassiveMode-->().

Is there any helpful advice for me?

I would be appreciate it if you reply me soon.


从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送




Re: FtpClient is blocked by win7/10's firewall.

2022-03-10 Thread Bernd Eckenfels
You can add the Java launcher (maybe a private copy for your ftp client) as a 
new application in the Advanced Windows Firewall allow rules and allow it to 
open all ports.

Alternative would be to specify a local bind port and allow that one by number 
in the firewall. That probably requires code changes in your client.

Gruss
Bernd
--
http://bernd.eckenfels.net

Von: kiter ke 
Gesendet: Thursday, March 10, 2022 8:27:27 AM
An: user@commons.apache.org 
Betreff: FtpClient is blocked by win7/10's firewall.

Hi,everybody!

I’m trying to use FtpClient to download files from VSFtp server.But it’s still 
blocked by windows 7’s firewall.

While I close the firewall, the ftp client is working. If the firewall is 
working, the ftp client can not download any bytes from server.

And I have set the mode to  PASSIVE_LOCAL_DATA_CONNECTION_MODE by 
enterLocalPassiveMode<https://commons.apache.org/proper/commons-net/javadocs/api-3.7/org/apache/commons/net/ftp/FTPClient.html#enterLocalPassiveMode-->().

Is there any helpful advice for me?

I would be appreciate it if you reply me soon.


从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送



FtpClient is blocked by win7/10's firewall.

2022-03-10 Thread kiter ke
Hi,everybody!

I’m trying to use FtpClient to download files from VSFtp server.But it’s still 
blocked by windows 7’s firewall.

While I close the firewall, the ftp client is working. If the firewall is 
working, the ftp client can not download any bytes from server.

And I have set the mode to  PASSIVE_LOCAL_DATA_CONNECTION_MODE by 
enterLocalPassiveMode().

Is there any helpful advice for me?

I would be appreciate it if you reply me soon.


从 Windows 版邮件发送