question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support sending multiple files in the same trasnfer

See original GitHub issue

Right 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:open
  • Created 6 years ago
  • Reactions:8
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
warnercommented, Sep 10, 2017

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.

1reaction
Congeecommented, Jan 2, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found