dropcaster
dropcaster copied to clipboard
Multipart Output
Instead of generating the files directly, we could write a single response on STDOUT that is actually formatted as Multipart MIME Message. Standard system tools like UUDeview could be used to split this into multiple files.
See also this code:
- http://stanislavvitvitskiy.blogspot.de/2008/12/multipart-post-in-ruby.html
- https://github.com/toamitkumar/ruby-multipart-post
Creating a shell archive (shar) may be an alternative.