Skip to content

reactmed/reactmed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactmed

Useful commands

To copy content from client and paste it to server use netcat. On server run netcat which receives a data from the client

netcat -l -p <PORT> > <FILE>

On client run netcat to send a data to the server:

netcat <HOST> <PORT>   

Once netcat starts, you need input data and press ENTER. Server receives data and writes content to specified file.

Links

  1. How to use SSH for connecting macOS Sierra to Ubuntu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages