Binaries/getfile.sh: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "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"")
 
No edit summary
 
Line 14: Line 14:
'''eg:'''
'''eg:'''


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

Latest revision as of 00:24, 14 October 2024

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"