Name : sock
| |
Version : 1.1
| Vendor : obs://build_opensuse_org/network:utilities
|
Release : lp155.93.3
| Date : 2023-05-17 18:06:14
|
Group : Productivity/Networking/Other
| Source RPM : sock-1.1-lp155.93.3.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Sock -- A Simple Shell Interface to Network Sockets
|
Description :
This program serves as an interface for network sockets for use in both shell scripts and manually from the command line. In contrast to netcat, it handles EOF in a way so, for example, tar archives can easily be transferred. See the man page (man 1 sock) for more details.
Example:
host1 # sock -l :7777 > file host2 # cat file | sock host1:7777
host1 # sock -l :7777 | tar xvzfp - host2 # tar czfp - some/dir | sock host1:7777
Authors: -------- Martin Mares < mjAATTucw.cz>
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/network:/utilities/15.5/x86_64 |