This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: socat with IP6 support?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]