From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65439 invoked by alias); 12 Jul 2018 12:04:11 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 65421 invoked by uid 89); 12 Jul 2018 12:04:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=christian, Christian, Listen, prog X-HELO: mailout02.t-online.de Received: from mailout02.t-online.de (HELO mailout02.t-online.de) (194.25.134.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Jul 2018 12:04:08 +0000 Received: from fwd24.aul.t-online.de (fwd24.aul.t-online.de [172.20.26.129]) by mailout02.t-online.de (Postfix) with SMTP id 43B9741A2784 for ; Thu, 12 Jul 2018 14:04:06 +0200 (CEST) Received: from [127.0.0.1] (TD9LOYZZYhrgJvV6VtOKwgISS7iACJup2VsQ0Qxdnf4-B-Jwyuydfr9puXbDYT2gR-@[212.117.81.238]) by fwd24.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1fdaKC-2hDexE0; Thu, 12 Jul 2018 14:03:56 +0200 Subject: Re: After installing nc (netcat), nc.exe is not found To: cygwin@cygwin.com References: <1208626880.20180711224101@yandex.ru> <493a1f10-c8e3-44d8-d10a-e5ddcb08b4a3@SystematicSw.ab.ca> From: Christian Franke Message-ID: <969fa9e7-898f-37fc-2a60-b3d298bdc9c1@t-online.de> Date: Thu, 12 Jul 2018 13:38:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0 SeaMonkey/2.51 MIME-Version: 1.0 In-Reply-To: <493a1f10-c8e3-44d8-d10a-e5ddcb08b4a3@SystematicSw.ab.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00126.txt.bz2 Brian Inglis wrote: > On 2018-07-11 14:10, Mark Hansen wrote: >> ... and I know better than to ask my corporate IT folks to make an exception for >> me :( > Perhaps you could use other packages to get your work done, ... > Busybox provides a tiny version of nc: $ busybox nc BusyBox v1.23.2 (2015-07-05 18:51:40 CEST) multi-call binary. Usage: nc [OPTIONS] HOST PORT - connect nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen -e PROG Run PROG after connect (must be last) -l Listen mode, for inbound connects -lk With -e, provides persistent server -p PORT Local port -s ADDR Local address -w SEC Timeout for connects and final net reads -i SEC Delay interval for lines sent -n Don't do DNS resolution -u UDP mode -v Verbose -o FILE Hex dump traffic -z Zero-I/O mode (scanning) -- Christian -- 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