Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

send file netcat

nc -l -p 1234 > out.file #Receiving side
nc -w 3 [destination] 1234 < out.file #Sending side
Source by nakkaya.com #
 
PREVIOUS NEXT
Tagged: #send #file #netcat
ADD COMMENT
Topic
Name
8+4 =