X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.com
From: Andrew Schulman <schulman.andrew@epa.gov>
Subject: Re: socat with IP6 support?
Date: Thu, 08 May 2014 22:19:44 -0400
Lines: 12
Message-ID: <2meom9hqljm8qg34pi8hfifujv03akebb8@4ax.com>
References: <52D9A0C9.4080508@etr-usa.com> <20140117213255.GA1843@ednor.casa.cgf.cx> <20140117221946.GA22079@calimero.vinschen.de> <CAF+jOM3YUtgtae5L=kTmaChYRGQYrp6yGg9H8CbFQ3GguW5-0Q@mail.gmail.com> <20140118114751.GC22079@calimero.vinschen.de> <6nnpd9tm0hn3od1ch642flc0upuvr15jau@4ax.com> <20140120172758.GA2357@calimero.vinschen.de> <r9mnm955ummb5mktvm8u4eds49eatpsjab@4ax.com> <20140508201034.GB2645@calimero.vinschen.de> <vhdom9pj43vhf22gavk23ks6g2md18t1uc@4ax.com>
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

