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:date:from:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=AkfsRlSBT+JSRS+W j/EjDa6Df84G0Bs/daXI7V3iVAtbrKCKicfPevQpX8dXj01CF5gAPDtoFaGC2+UH OUjjhrd+x4PgguLqAJP/tICjNmvkZ9IAJZ3TTsvuwCW8sTr4YgPKiWlA2cVK4rrt kyq7sjCeSjJmxyEb/puZdgLnp0k= 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:date:from:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=AWPpnOTJ7RWQS2DFwOAkG3 A25TA=; b=xgtqoT6TO4YlyzPpmg76x69y2dOLinaE9WzcOcWTndcTvi7USN59ek DcWBqPYganHr3A7CfTOVyBBnZGWirNCkdV3AJBu5AMdYJqhS0UfFTTYaG7ZskX7C 3iVBr1nSjxq1c/KQVLGQGuTktPonLlgnY4tsza9hKTY5jGlgQXyO0= 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-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*F:D*yahoo.com, D*yahoo.com, uploads, H*c:PHrt X-HELO: sonic302-20.consmr.mail.ne1.yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1567906714; bh=QoK06mVf4DN12WS/Ql4jw7FVSKsu8chjMxhmPNS8XjE=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=WqAhKGBKRoGN4HeFmk+pqzu15JCstKZfBOpxmngKQvUiEEdkwASJjQE9idQxrNhEVyejY9BrBuFSfhd5ZqMoztTFwaHx1XrHOM7JhUdgfEUy6YkNThLo9rIy0gyMSdNcpmVmlAHd7kqSZNcgJsoxbxBfrTbgk1MieVU18O6oF2ncYSpD8PKii8THfZccTWpFq9m/+1YTkkG2f/sms5/llvlzqhu4uaQBL5q81Pp97hIkqSDarRgYue7B/G0Y5lZNtLb1Uwc2BRAIBqOlnX/n/zKxx1TYxDwOOMVb6iElTdlenwpZcdBt8jdeNi20Y9EN5CFLVfpqOE7aOnmpyc05PQ== Date: Sun, 8 Sep 2019 01:38:33 +0000 (UTC) From: "ALbert via cygwin" Reply-To: ALbert To: "cygwin AT cygwin DOT com" Message-ID: <1795784342.3888023.1567906713266@mail.yahoo.com> In-Reply-To: <154000859.3440830.1567799052771@mail.yahoo.com> References: <154000859 DOT 3440830 DOT 1567799052771 DOT ref AT mail DOT yahoo DOT com> <154000859 DOT 3440830 DOT 1567799052771 AT mail DOT yahoo DOT com> Subject: Re: cURL uploads 0 length file for sftp transfer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x881dDUw022022 I upgraded to the latest version curl 7.65.3 with libcurl 7.65.3, same issue. curl 7.65.3 (i686-pc-cygwin) libcurl/7.65.3 OpenSSL/1.1.1c zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.0.4) libssh/0.8.7/openssl/zlib nghttp2/1.37.0 Thanks. On Friday, September 6, 2019, 3:44:13 PM EDT, ALbert wrote: We recently upgraded cURL from version:curl 7.50.3 (i686-pc-cygwin) libcurl/7.50.3 OpenSSL/1.0.2j zlib/1.2.8 libidn/1.29 libpsl/0.14.0 (+libidn/1.29) libssh2/1.7.0 nghttp2/1.14.0tocurl 7.64.1 (i686-pc-cygwin) libcurl/7.65.3 OpenSSL/1.1.1c zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.0.4) libssh/0.8.7/openssl/zlib nghttp2/1.37.0 Since the upgrade, we've seen problems uploading text files to sftp servers. Here's the call that we make: curl--trace-ascii trace.txt -k sftp://:@/file.txt-T file.txt On initial call, a 0-length file is uploaded, with successful return code. On immediate rerun, a full file is uploaded (if we wait few minutes, 0-length file will get uploaded). Below are the traces from initial and subsequent calls. We also tried using same version curl on a linux box, without any issues. We also downloaded latest version of curl from curl for Windows, "curl 7.65.3 (i386-pc-win32) libcurl/7.65.3 OpenSSL/1.1.1c (Schannel) zlib/1.2.11 brotli/1.0.7 WinIDN libssh2/1.9.0 nghttp2/1.39.2", and its also working correctly. Unfortunately, the server we're uploading to belongs to a client, and we can't see if this is an issue on a server side. However, even if it was, why would linux curl and windows curl (from curl.haxx.se) would work correctly? Any help or pointers would be appreciated. Thank you. Here's the trace files: From initial call:== Info: STATE: INIT => CONNECT handle 0x80068340; line 1356 (connection #-5000) == Info: Added connection 0. The cache now contains 1 members == Info: STATE: CONNECT => WAITRESOLVE handle 0x80068340; line 1397 (connection #0) == Info:   Trying XXX.XX.XX.XX...== Info: TCP_NODELAY set == Info: STATE: WAITRESOLVE => WAITCONNECT handle 0x80068340; line 1476 (connection #0) == Info: Connected to XXXXXXX ( XXX.XX.XX.XX) port 22 (#0)== Info: STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x80068340; line 1532 (connection #0) == Info: Marked for [keep alive]: SSH default == Info: User: Opus_efg == Info: SSH 0x80048f90 state change from SSH_STOP to SSH_INIT (line 2115) == Info: SSH 0x80048f90 state change from SSH_INIT to SSH_S_STARTUP (line 582) == Info: STATE: SENDPROTOCONNECT => PROTOCONNECT handle 0x80068340; line 1547 (connection #0) == Info: SSH 0x80048f90 state change from SSH_S_STARTUP to SSH_HOSTKEY (line 595) == Info: SSH 0x80048f90 state change from SSH_HOSTKEY to SSH_AUTHLIST (line 605) == Info: SSH 0x80048f90 state change from SSH_AUTHLIST to SSH_AUTH_PKEY_INIT (line 628) == Info: Authentication using SSH public key file == Info: SSH 0x80048f90 state change from SSH_AUTH_PKEY_INIT to SSH_AUTH_KEY_INIT (line 697) == Info: SSH 0x80048f90 state change from SSH_AUTH_KEY_INIT to SSH_AUTH_KEY (line 743) == Info: completed keyboard interactive authentication == Info: SSH 0x80048f90 state change from SSH_AUTH_KEY to SSH_AUTH_DONE (line 761) == Info: Authentication complete == Info: SSH 0x80048f90 state change from SSH_AUTH_DONE to SSH_SFTP_INIT (line 807) == Info: SSH 0x80048f90 state change from SSH_SFTP_INIT to SSH_SFTP_REALPATH (line 833) == Info: SSH CONNECT phase done == Info: SSH 0x80048f90 state change from SSH_SFTP_REALPATH to SSH_STOP (line 850) == Info: STATE: PROTOCONNECT => DO handle 0x80068340; line 1566 (connection #0) == Info: DO phase starts == Info: SSH 0x80048f90 state change from SSH_STOP to SSH_SFTP_QUOTE_INIT (line 2332) == Info: SSH 0x80048f90 state change from SSH_SFTP_QUOTE_INIT to SSH_SFTP_GETINFO (line 868) == Info: SSH 0x80048f90 state change from SSH_SFTP_GETINFO to SSH_SFTP_TRANS_INIT (line 1060) == Info: SSH 0x80048f90 state change from SSH_SFTP_TRANS_INIT to SSH_SFTP_UPLOAD_INIT (line 1080) == Info: SSH 0x80048f90 state change from SSH_SFTP_UPLOAD_INIT to SSH_SFTP_CLOSE (line 1143) == Info: STATE: DO => DOING handle 0x80068340; line 1608 (connection #0) == Info: SFTP DONE done == Info: SSH 0x80048f90 state change from SSH_SFTP_CLOSE to SSH_STOP (line 1651) == Info: DO phase is complete == Info: STATE: DOING => DO_DONE handle 0x80068340; line 1693 (connection #0) == Info: STATE: DO_DONE => PERFORM handle 0x80068340; line 1743 (connection #0) == Info: STATE: PERFORM => DONE handle 0x80068340; line 1933 (connection #0) == Info: multi_done == Info: SSH 0x80048f90 state change from SSH_STOP to SSH_SFTP_CLOSE (line 2390) == Info: SFTP DONE done == Info: SSH 0x80048f90 state change from SSH_SFTP_CLOSE to SSH_STOP (line 1651) == Info: Connection #0 to host XXXXXXX left intact Trace from subsequent call:== Info: STATE: INIT => CONNECT handle 0x80068340; line 1356 (connection #-5000) == Info: Added connection 0. The cache now contains 1 members == Info: STATE: CONNECT => WAITRESOLVE handle 0x80068340; line 1397 (connection #0) == Info:   Trying XXX.XX.XX.XX...== Info: TCP_NODELAY set == Info: STATE: WAITRESOLVE => WAITCONNECT handle 0x80068340; line 1476 (connection #0) == Info: Connected to XXXXXXX (XXX.XX.XX.XX) port 22 (#0) == Info: STATE: WAITCONNECT => SENDPROTOCONNECT handle 0x80068340; line 1532 (connection #0) == Info: Marked for [keep alive]: SSH default == Info: User: Opus_efg == Info: SSH 0x80048f90 state change from SSH_STOP to SSH_INIT (line 2115) == Info: SSH 0x80048f90 state change from SSH_INIT to SSH_S_STARTUP (line 582) == Info: STATE: SENDPROTOCONNECT => PROTOCONNECT handle 0x80068340; line 1547 (connection #0) == Info: SSH 0x80048f90 state change from SSH_S_STARTUP to SSH_HOSTKEY (line 595) == Info: SSH 0x80048f90 state change from SSH_HOSTKEY to SSH_AUTHLIST (line 605) == Info: SSH 0x80048f90 state change from SSH_AUTHLIST to SSH_AUTH_PKEY_INIT (line 628) == Info: Authentication using SSH public key file == Info: SSH 0x80048f90 state change from SSH_AUTH_PKEY_INIT to SSH_AUTH_KEY_INIT (line 697) == Info: SSH 0x80048f90 state change from SSH_AUTH_KEY_INIT to SSH_AUTH_KEY (line 743) == Info: completed keyboard interactive authentication == Info: SSH 0x80048f90 state change from SSH_AUTH_KEY to SSH_AUTH_DONE (line 761) == Info: Authentication complete == Info: SSH 0x80048f90 state change from SSH_AUTH_DONE to SSH_SFTP_INIT (line 807) == Info: SSH 0x80048f90 state change from SSH_SFTP_INIT to SSH_SFTP_REALPATH (line 833) == Info: SSH CONNECT phase done == Info: SSH 0x80048f90 state change from SSH_SFTP_REALPATH to SSH_STOP (line 850) == Info: STATE: PROTOCONNECT => DO handle 0x80068340; line 1566 (connection #0) == Info: DO phase starts == Info: SSH 0x80048f90 state change from SSH_STOP to SSH_SFTP_QUOTE_INIT (line 2332) == Info: SSH 0x80048f90 state change from SSH_SFTP_QUOTE_INIT to SSH_SFTP_GETINFO (line 868) == Info: SSH 0x80048f90 state change from SSH_SFTP_GETINFO to SSH_SFTP_TRANS_INIT (line 1060) == Info: SSH 0x80048f90 state change from SSH_SFTP_TRANS_INIT to SSH_SFTP_UPLOAD_INIT (line 1080) == Info: SSH 0x80048f90 state change from SSH_SFTP_UPLOAD_INIT to SSH_STOP (line 1222) == Info: DO phase is complete == Info: STATE: DO => DO_DONE handle 0x80068340; line 1621 (connection #0) == Info: STATE: DO_DONE => PERFORM handle 0x80068340; line 1743 (connection #0) => Send data, 10688 bytes (0x29c0)   SENSITIVE DATA DELETED == Info: We are completely uploaded and fine == Info: STATE: PERFORM => DONE handle 0x80068340; line 1933 (connection #0) == Info: multi_done == Info: SSH 0x80048f90 state change from SSH_STOP to SSH_SFTP_CLOSE (line 2390) == Info: SFTP DONE done == Info: SSH 0x80048f90 state change from SSH_SFTP_CLOSE to SSH_STOP (line 1651) == Info: Connection #0 to host XXXXXXX left intact == Info: Expire cleared (transfer 0x80068340) -- 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