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:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=hy1gTgF5k3Az/Z4v9PctZ4zqLmR2IbL2+EXbvsC9dBr s3dpLWqr3TCL7cz7VR0CmZP01GBjZEnDwxfDPhDBXQDtjB0zVyn5byLRMKrMVFeU EEiJ4mPHzOEPUEOzMQJLemDQCvTmRF+HQOSRoBF+cuAk8l0SB60/8GKHgb8DPWP8 = 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:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=u7m1fkMSwfNOM3J7009K4tnz2wk=; b=bGQtv6iAhw2BADmrC cqAPF8hGT1t0utj8n4EqRLO0VGhqmB1FqvlUK5AP+zdSb2qrU/gZUZM01FWxnTJM azE6J/ECoc73rfCh6XtlfxCLAp15PmYJ9eBrlAoynf/ngq7Ro30gVtQXK4+cWTE+ DYZ9s+bOewGloC/0rpqrkdx2l8= 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.3 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=accustomed, Hx-languages-length:902, upgraded, H*F:U*mike X-HELO: mail-oi0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=Ie3NXMfX2rOIF6ToktFzUnCpxFy+BsAx8VETrsH18yc=; b=oJf5z6Us3lG45JYaEQ5OdV3rhfAmc9TvvtGpdsGD6hyjvFTn+q4pZWd9AXbRxrvrnj hfxog5LzfrHvhf9lBDk4zokz2BVVTHiNpnpY+sGIWAExYHp2ZEbrh2kSsBmvYKAl1U7D 7bng61x3qd3GBfY3Z0fUacYmQc+f1iTXp4xUqVhWWjEm2VgfEHFmmT4jhDnRGNAN0/r8 OzUuZ7ThfX239MzN/JQTmJt3pnC2poFNkLdF8J+CB3g82ssxDMLZ6mh9sMsxfGEEPfcu eNb1KABhY8M7UBXRGZ4PW4fgx4BDKkLkY67Qc0QReOuyKPQPeoFRMa1zFBjo9yt18Pbt UUgg== X-Gm-Message-State: AFeK/H2YS060dNuPPnHwMEy3GOGodeBf2zIRycKcc2ZTByIylM6QVEocpblmyFFKG1pfmn4o7DnZaXy3i42U4g== X-Received: by 10.157.43.54 with SMTP id o51mr2393440otb.235.1490848195564; Wed, 29 Mar 2017 21:29:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <001e01d2a8fc$c8d76530$5a862f90$@139.com> References: <001e01d2a8fc$c8d76530$5a862f90$@139.com> From: Michael Enright Date: Wed, 29 Mar 2017 21:29:55 -0700 Message-ID: Subject: Re: problem with nc 1.107-4 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 v2U4UdRI032264 On Wed, Mar 29, 2017 at 7:24 PM, 高锋 wrote: > I just installed the latest nc 1.107-4 on windows 7 platform.When lauched > the command like: > nc -vuz 10.31.28.188 6110 > ,each time it reported connecting successed,even if the target ip > 10.31.28.188 does not really exists. > Could someone tell what wrong with me? > It's possible that you are accustomed to using, or using a script written for, the 'nc' command that was included in the 'netcat' package, which was superceded in Cygwin some years ago. This could have happened if you were using Cygwin 1.7 (I think) and then upgraded to a brand new version of Cygwin. It is common, in my experience, that someone would have installed an old version of Cygwin, used it for years, and then upgraded to a new version. Message from Vinschen about this change: https://cygwin.com/ml/cygwin-announce/2012-05/msg00015.html -- 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