P2PFileTransfer
1.0.0
使用UDP
协议进行点对点文件传输。如果任何服务器对等方已准备好发送名称为name
的文件以及文件开始传输的有效path
,则接收方将按name
请求文件。
您为接收方和传输方运行相同的应用程序,但参数不同。
p2p -help : show this help
p2p -receive [name] : Receiver request for file [name]
p2p –serve -name [name] -path [path] -port [port]: Senders provide file [name] that is under [path] and send it with port [port]
注意:发送方对等点应在接收方对等点之前运行。