README
¶
PDH
send things from one computer to another
install
Download for your system
https://github.com/duyunzhi/pdh/releases
Or gitee
https://gitee.com/duyunzhi_admin/pdh/releases
On macOS you can install the latest release with Homebrew
brew tap duyunzhi/brew
brew install pdh
Usage
simple send and receive
send a file
pdh send [files or folder]
...
share code is: xxxx-xxxx-xxxx-xxxx
...
receive
pdh receive xxxx-xxxx-xxxx-xxxx
deployment your owner relay
docker pull duyunzhi1/pdh-relay
docker run -it -d -p 6880:6880 --name=pdh-relay --restart=always duyunzhi1/pdh-relay
send
pdh send --relay 'your relay' [files or folder]
receive
pdh receive --relay 'your relay' xxxx-xxxx-xxxx-xxxx
License
MIT
Statement
This project refers to croc, used the code related to file processing, etc.
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.