Is there anyway i can send a 7gb file over the internet?

Indesign

New member
i have a 7gb file and i want to send it to a friend but we are unable to meet in person.
Is there anyway to send it via the internet?
any program that can do it?
thanks in advance
 
You've got a couple options ...

First one is most difficult, use a P2P app like Bearshare, Limewire, etc and host the file under an exact filename You can email to the other person, and have them do a search for it. When they find it just let it dload.

Second way is to store it ona webpage in apecific folder, but it would accessible either by a password or open to the public. You probably have some webpage spadce available for free somewhere, especially if You have Yahoo email address.

You don't have to actually create a weboage, You can simply store the file in a user-owned folder on the webserver, and set the permisisons to it. try a program called "Ws_ftp", or another one named "TinyFTP". there ahundreds of them that can store afile somewhere, lots of them free, and they'll let You store any kind of file anywhere You have access to with a login.


Good Luck!.
 

DavidD

Member
I'd set up an HTTP server (such as Apache HTTPD or Lighttpd), and tell my friend to use a client that supported resume (like wget) in case the connection dropped for some reason.

Your ability to do that will depend on your technical skill, if your ISP lets you run servers, and if you have enough upload bandwidth in your contract.

It might be easiest to burn it to a duel layer DVD (or to use a file splinting utility and span it over two DVDs) and send it through the post.
 
Top