https://github.com/narazaka/joindl.js
join download
https://github.com/narazaka/joindl.js
download splitter
Last synced: about 2 months ago
JSON representation
join download
- Host: GitHub
- URL: https://github.com/narazaka/joindl.js
- Owner: Narazaka
- Created: 2015-07-19T14:44:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T14:47:03.000Z (almost 11 years ago)
- Last Synced: 2025-03-19T22:52:58.430Z (over 1 year ago)
- Topics: download, splitter
- Language: CoffeeScript
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
呼び出し方: joindl("./a.zip", 2)
これによって、
- ./a.zip.00
- ./a.zip.01
- ./a.zip.02
がダウンロード、結合されa.zipとなる。
splitコマンド等でファイルを分割すること。
例:
```javascript
window.onload = function(){
joindl("debug.log", 3);
};
```