Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upGet Download speed, Upload speed And progress from node #701
Comments
This comment has been minimized.
This comment has been minimized.
|
WebTorrent has two command line flags for getting information about the download progress.
With these flags, you can make scripts run when the torrent completes. But, honestly, this might be a bit tricky to do out of the box. You might want to write your own Node.js script which regularly outputs progress to stdout, then read that output from your PHP process. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm trying to make a code that makes me able to download torrent via node inside PHP, I succeeded when I make it run using but now I'm trying to get process details in PHP can that be done? Thanks.