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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=lHDVuKA7x7ZeW/zh ipIKLng7CYDbuGk20OAviLnAw/ezy3WU+oWn6cZZEwuWIKlyFdgA0iV3sRThDsnB fOQ5WuYW4IiPtpgR+CogpcfE2Zw08Wzjfa+oub4E93jSpktMfg3EIKTpviTTbtNl QrCMdVfX+RgnqInTeqLT3O6ImrU= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=ExAKyeSVrZrmWChO98kdIy xWx/Q=; b=xcC2y03xurDKKt5SBzl91Ao/2EKCQmmz+03CV0wu+QC+1ngZhhKfpg E5WDDqr0081CHzrCsrKFVysnb/C1r/AKfrTtIkvhWYWksZXurrIfmaOI8/NOoiC2 ZfuVuxnjclgfDRr3+7VPMvcR/jV/OJIedhxG8TjflYeS+cldApqg4= 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=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 Subject: Re: After installing nc (netcat), nc.exe is not found To: cygwin AT cygwin DOT com References: <1208626880 DOT 20180711224101 AT yandex DOT ru> <493a1f10-c8e3-44d8-d10a-e5ddcb08b4a3 AT SystematicSw DOT ab DOT ca> From: Christian Franke Message-ID: <969fa9e7-898f-37fc-2a60-b3d298bdc9c1@t-online.de> Date: Thu, 12 Jul 2018 14:05:59 +0200 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 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