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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=aAEJu0Wb984Kw3SkRwXRfSBrYlZDaASu5+y1FON9PqaiyjVJXATQc qJBlwiFhLyVU8S7SxogA8GmOP+VxI9ewLIPEwdlVV5PQF4VJv2uChgM6jbNPcokS LpVyqNfDT/i30RCZ4sZQkuFDurQCkGCmMMB5I7TlFyktOgZKWl8HZU= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=iP9a83dRVXiCg/O7ECnCZSpXfp0=; b=r6o3zLYiAVvJUv5ric17NxTOV6xu /1EGTVYlsmv0hlEDAWKT6WcRTQRAAuwhknKls2Y1lSE/rwM9KHzplSw6GMwG8XKe FYqqev528E4419E5OfZOd8WbjbH0ihklXov9wQuSqyNNgqMsyaF11iqzv50A2J3y yCcTzN1JOVZcif4= 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.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: socat with IP6 support? Date: Thu, 08 May 2014 22:19:44 -0400 Lines: 12 Message-ID: <2meom9hqljm8qg34pi8hfifujv03akebb8@4ax.com> References: <52D9A0C9 DOT 4080508 AT etr-usa DOT com> <20140117213255 DOT GA1843 AT ednor DOT casa DOT cgf DOT cx> <20140117221946 DOT GA22079 AT calimero DOT vinschen DOT de> <20140118114751 DOT GC22079 AT calimero DOT vinschen DOT de> <6nnpd9tm0hn3od1ch642flc0upuvr15jau AT 4ax DOT com> <20140120172758 DOT GA2357 AT calimero DOT vinschen DOT de> <20140508201034 DOT GB2645 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes > To copy file1 to file2 on the localhost, run: > > socat tcp6-listen:7777 file2 > > to set up a listener, and: > > socat tcp6:[::1]:7777 file1 > > to connect to the listener and transfer the file. Note, this only works if file1 and file2 are absolute paths. If not they have to be preceded by GOPEN: . -- 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