Binaries/getfile.sh

From Minux Wiki
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"