29
17
I'm looking for a simple but direct way to transfer a file of any kind and any size between two people. If possible, having only a web browser, without having the file stored on a third machine meanwhile.
I wish to do it without requiring the end users to connect to a third server, because that way the data will flow through the machine xyz.com
, possibly slowing down the transfer, and posing security risks.
I would like to avoid setting up a whole FTP server just for occasional file transfers. So far I have discovered JetBytes, Click2Copy and PipeBytes. Those web services should make the transfer easy. However the traffic goes through their servers so they are no good to what I want.
I want the transfer to be direct between the client and me. Encryption would be a nice additional feature.
I know that doing so I have to open one port on my computer, and configure a bit port redirection on my router. However, NAT traversal would be nice addition, too.
My question is:
Is there a simple way for one single end-to-end direct file transfer between two computer, avoiding third parties? (if possible, with encryption and NAT traversal)
2
maybe direct file transfer program http://sourceforge.net/projects/file-transfer/ - open source, drag and drop, promises optionally upnp (on xp?), teredo, secure connections and automatic discovery, (optional stuff needs ticks in settings page)
– n611x007 – 2014-06-20T17:33:54.537Can we reopen this? I reworded this to implement the suggestions
– n611x007 – 2014-06-20T18:36:08.193are you looking for a solution that transfers only through HTTP or what? – Pacerier – 2011-07-29T17:29:08.717
Personally I use a chroot jailed web server with autoindexing turned on to share files with other people. Then I have a jailed ftp anonymous account that people can use to send files directly to me. The Skype solution is something I'd tell my mom if she wanted to share a file with someone. It's better than using email attachments at least. – isuldor – 2012-03-12T01:31:55.803