Binaries/getfile.sh

From Minux Wiki
Revision as of 00:24, 14 October 2024 by Shorun (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

the getfile binary is a part of the netlib package and used to receive incomming files sent with sendfile


usage:

getfile clientid file


output:

waits for clientid to send a file and if successfull writes it to the location in file


eg:

"getfile 5 /test.txt" - waits for computer 5 to send a file and stores it in "/test.txt"