Skip to content

Commit

Permalink
(bugfix) fix progress bar, prevent transfers over 5GB
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimickal committed Sep 17, 2023
1 parent 6f95107 commit 051116e
Show file tree
Hide file tree
Showing 4 changed files with 1,280 additions and 447 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ npm install -g
## Limitations / Planned features

Right now this just uploads one or more files to Wormhole using the default
settings. It cannot view or delete uploaded files.
settings. It cannot view or delete uploaded files. It also cannot transfer files
over 5GB, because Wormhole uses peer-to-peer transfers for this, which Puppeteer
seems to not like.

Planned features:
- Add the ability to tweak file settings (number downloads, expiration)
- Show all previously uploaded files
- Delete previously uploaded files
- Handle files above 5GB

## How it works

Expand Down
Loading

0 comments on commit 051116e

Please sign in to comment.