From issues-return-66843-archive-asf-public=cust-asf.ponee.io@commons.apache.org Fri Mar 2 11:15:36 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 78A391807CA for ; Fri, 2 Mar 2018 11:15:33 +0100 (CET) Received: (qmail 27223 invoked by uid 500); 2 Mar 2018 09:38:04 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 27184 invoked by uid 99); 2 Mar 2018 09:38:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2018 09:38:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C4151C01E3 for ; Fri, 2 Mar 2018 09:38:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id bJjOfuljiu1O for ; Fri, 2 Mar 2018 09:38:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 55B885F39F for ; Fri, 2 Mar 2018 09:38:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A4CFBE0254 for ; Fri, 2 Mar 2018 09:38:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1D9742476C for ; Fri, 2 Mar 2018 09:38:00 +0000 (UTC) Date: Fri, 2 Mar 2018 09:38:00 +0000 (UTC) From: "Xinfeng.Chen (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NET-658) FTPClient.retrieveFile hang due to data connection failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Xinfeng.Chen created NET-658: -------------------------------- Summary: FTPClient.retrieveFile hang due to data connection fa= ilure Key: NET-658 URL: https://issues.apache.org/jira/browse/NET-658 Project: Commons Net Issue Type: Bug Components: FTP Affects Versions: 3.6 Environment: Server: FileZilla Server 0.9.60 beta windows 10 x64 =C2=A0 Client: Linux 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_= 64 x86_64 GNU/Linux java 1.8.0_11 =C2=A0 =C2=A0 Reporter: Xinfeng.Chen Attachments: 2018-3-2 17-02-57.png When retrieving files from FTP server, the client will open a data connecti= on with an in-use port and failed in server, but the client hung in this fu= nction(no error, no exception, even the connection is closed due to timeout= by server). This will occur after successfully getting hundreds of files (= I have more than 4000 small files to be transferred, it will fail after 100= + or 300+ or 400+ files. It always fail to FTP 4000 small files.) -- This message was sent by Atlassian JIRA (v7.6.3#76005)