Search
 
SCRIPT & CODE EXAMPLE
 

CPP

file transfer socat

# sender
socat TCP4-LISTEN:443,fork file:secret_passwords.txt

# receiver
socat TCP4:10.0.3.15:443 file:received_secret_passwords.txt,create
Comment

PREVIOUS NEXT
Code Example
Cpp :: how to block the screen c++ 
Cpp :: what is blob in computer vision 
Cpp :: unreal engine c++ bind action to function with parameter 
Cpp :: foo foo little dogs 
Cpp :: pagesNumbering C++ 
Cpp :: Your age doubled is: xx where x is the users age doubled. (print answer with no decimal places) 
Cpp :: fishes code in assignment expert 
Cpp :: KUNG FU HUSTLE 
Cpp :: convert java to c++ 
Cpp :: default order in set in c++ 
Cpp :: Temporary file using MSFT API in cpp 
Cpp :: c++ start process and get output 
Cpp :: sort c++ stl 
Cpp :: c++ find unused class methods 
Cpp :: print an array c++ 
Cpp :: high school hacking competition 
Cpp :: inside information subtask 2 
Cpp :: how to add 2 objects using operator overloading in c++ 
Cpp :: partition in STL using vector 
Cpp :: c++ How to not use friend declaration when equipping a class with `operator<<` 
Cpp :: c++ loop through an array 
Cpp :: C++ (ISO) 
Cpp :: vector übergeben c++ 
Cpp :: gcd 
Cpp :: vector.rbegin() 
Cpp :: c++ multiplication table rows and columns 
Cpp :: how to check code execution time in visual studio c++ 
Cpp :: c++ suare 
Cpp :: c++ string to vector int 
Cpp :: if statement in c++ 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =