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:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; q=dns; s=default; b=wp2 Xc+EsL9hsqmADnDcVPhPgAjhc3uSWPyaYg5/P71QcHBP+Wlp3bGX+rCeAuxshMYC LIO+ksaQOsglgMRknDV61d+XistzLo3VHAaDafX1cbZiX2/Q6dLl3wCgzxRDggXn SwdPyxcn5GpTV+DetXuzLiL09ZfS9hiHTYgj78cc= 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:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; s=default; bh=doftEkX7c uat2hq+fwbmYkeYQsE=; b=j4jgaXOSw4Erj+pktKaLeEXjk5CQk+07TCi4cuX/w 1+YEX5jdU9FSmg01uoeJpcUr5qVh37X/Imyt/AdDlgjfJKesnOHgwmef/N/zUCey 8uTFTwvU5GZgwsteewL+sftDZQ2aYFh0aFsHoFnPHpYbrwLB7fZ0bDXc2NMBqw+9 Ic= 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=1.2 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f175.google.com X-Received: by 10.129.57.85 with SMTP id g82mr19619145ywa.143.1441016232681; Mon, 31 Aug 2015 03:17:12 -0700 (PDT) MIME-Version: 1.0 From: Jared Buck Date: Mon, 31 Aug 2015 03:16:33 -0700 Message-ID: Subject: rsync gives me multiple error messages while downloading To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t7VAHRM2013987 Hi all, I just joined the cygwin mailing list today. My problem is as above. I'm trying to download a specific file archive (the Project Gutenberg ebook archives) and I keep getting a specific set of error messages when downloading: rsync: read error: Connection reset by peer (104) rsync error: error in socket IO (code 10) at io.c(785) [receiver=3.1.1] rsync: connection unexpectedly closed (352676 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [generator=3.1.1] Not sure what these mean. The command line I am sending to rsync is as follows: rsync -avt --del --partial --progress ftp AT ftp DOT ibiblio DOT org::gutenberg /cygdrive/e/gutenberg/ Are there any parts I need to add or delete to ensure the archive downloads without too much trouble? The download goes fine for like five minutes before i get these error messages and rsync halts. I do have an E: drive - it's the secondary hard drive on the computer. I also have a firewall and antivirus installed - would disabling one or both of those help? I am by no means a cygwin expert, so I would appreciate any guidance any of you on the mailing list can give me. Jared ᐧ -- 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