Support sending multiple files in the same trasnfer
See original GitHub issueRight now you can send a full directory, but there’s no way to just a few files, it’d be great if wormhole send a.txt b.txt c.txt
could work seamlessly.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:8
- Comments:5 (1 by maintainers)
Top Results From Across the Web
11 Best Ways to Transfer, Share or Send Large Files in 2022
Discover the 11 Best Ways to Transfer, Send or Share large files. Pros & Cons, Free & Paid tools. Services you can start...
Read more >How to Send Large and Multiple Files via Email - FileWhopper
Read this article to learn some secrets to sending large and multiple files via email, even if your email service has limits.
Read more >Transfer multiple files at the same time? - Ask Ubuntu
If all you want to do is transfer the contents of a folder with cp , just use cp -r. Transmitting in parallel...
Read more >How to share, send, and transfer large files - Adobe
Four techniques for transferring large files. · Use file compression software: · Upload files to a cloud-based storage service: · Transfer files to...
Read more >How to transfer multiple files between client and server?
Show activity on this post. I think you need to create a new connection for each file so in that situation you'll be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For sure. My plan is to enhance the protocol to let you open the connection first, then add more files for sending (from either end) as long as the connection stays open. This would support a GUI drag-and-drop application much better. In this mode, we’ll just establish the connection and then queue up everything in
sys.argv[1:]
for delivery.the good old linux way is tar these files to stdout and pipe it to wormhole. on the receiver end, untar these files from stdin. wormhole currently supports stdin/stdout, but the NEWS.md in 2015 states it adds unnecessary newlines. Is it still the case?