File Streaming over SMTP

I’ve been thinking about streaming files by SMTP for some time. There are too many firewalls around which don’t allow file transfers, and email is a good way of getting your data across simply because the (hopefully willing) recipient has hardly got to do anything to receive the data. (Of course, people who’ve used Radio upstreaming will scream old hat! here, but not everyone uses Radio (yet! :-) ) So SMTP.

It could work like this: You would be able to drop a file onto a container on your system tray, and after typing the recipient’s name, sit back as the program would split the file and deliver it piece by piece. I wrote up a quick Perl script to show how this might work, it’s a command-line tool but shows the flavor of how things could be.

Comments are closed.