Warp speed Data Transfer (WDT) transfer data over multiple TCP paths.
1.9K
Docker image for Warp speed Data Transfer (WDT)
$ docker pull flier/wdt
Use the host network and map WDT data directory to the current directory.
$ docker run --rm --network=host --volume=`pwd`:/data flier/wdt
Use the host network to send the to_send folder to a remote WDT receiver.
$ docker run --rm --network=host --volume=to_send:/data flier/wdt -- wdt -connection_url "wdt://desthost1.facebook.com?ports=36062,36668,41666,45982,53835,55727,57051,60107&recpv=21&id=802755190"
For the detail of command line, please check the official getting started guide
Content type
Image
Digest
Size
181 MB
Last updated
almost 10 years ago
docker pull flier/wdt