X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=rq4 34uNGh2jzHN6ckYJPtI5E0m0c7NXVqID79QY+u+MJCVmzuibBqo+IqL2QVFIdTY7 RjtTxuQ/hvwcH7yT+095t7st1yL5xVokwu064u/+EiK3bJhaopKRiDJO5KAsa8QQ imhKoGf3UiyxuIyW8v+vLhgpJHR0OQ6t7Z1WkUpQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=+x4oAGxCa qfG6Ta9fr+pY2cEe4E=; b=uSZf0KAeOGv9VbUJslsdzELAfK+JsW1Rggr9HxsEh Ri0I+E1/0OFNg/7y6ekSfSmGJfNaBOLnk9RU4GSFPw/HJEuivoZhhLUidyn/m3g3 6Xn3aX9r+DzfyAq2YEpPQY5MaaRJzQE8O+Ntk3N0LXlnsHDUD+CjZ2vzyEeqqpwP Qg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp201.alice.it Message-ID: <53CD7441.8000909@alice.it> Date: Mon, 21 Jul 2014 22:12:49 +0200 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: FTP timeout message with CURL Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit I see that when I download big files (say, > 400 MiB) from FTP server, CURL emits a "curl: (28) FTP response timeout" message. For example, $ curl -R -O ftp://ftp.releases.ubuntu.com/releases/14.04/ubuntu-14.04-desktop-amd64.iso % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 964M 100 964M 0 0 943k 0 0:17:26 0:17:26 --:--:-- 0 curl: (28) FTP response timeout (when it reaches 100% of download, it hangs for a few seconds then it emits the above message) I flag this because it seems Cygwin specific. On OSX [1], for example, CURL terminates without any message, as expected [2]. Ciao, Angelo. --- [*] But also with a mingw-w64 build of CURL. [2] I did all these tests with the same internet connection and the same command lines. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple