> 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