LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   How to send a large file by email (~50mb) with Windows/Linux/Mac? (https://www.linuxquestions.org/questions/general-10/how-to-send-a-large-file-by-email-%7E50mb-with-windows-linux-mac-4175588464/)

patrick295767 09-01-2016 01:13 AM

How to send a large file by email (~50mb) with Windows/Linux/Mac?
 
Hi,

Regularly one can hear this classical question:
- how to send a large file by email (~50mb)?

However, at the age of dropbox, google drive, etc, there are still few that want to use email.

Would you know a good method, with a nice howto, to allow this?

First results of "send large file by email" on google results in 'Google drive'.
Maybe you've got some howto. Ideally, I guess, portable apps might a way to think for Windows.

Best regards

rokytnji 09-01-2016 03:26 AM

What I use. No how to needed.

https://www.sendspace.com/

Works in Windows, Linux, Mac, BSD, IOS, Android.

Teufel 09-01-2016 04:02 AM

split a file into few parts with archiver.

TenTenths 09-01-2016 04:35 AM

This issue is not SENDING a 50Mb attachment, the problem is the other side RECEIVING a 50Mb attachment.

Most (I'd even go so far as to say ALL) companies and mail services have limits to the maximum size of an attachment.

GMAIL, which many companies also use commercially, has a limit of 25Mb on a mail message size, so given encoding overheads that's realistically an ~18Mb attachment.

sundialsvcs 09-01-2016 08:52 AM

Actually, there's also the issue of handling the file along the way.

With an object of this size, I would use another protocol such as FTP to move the file to some location that can store it. Then, e-mail the FTP address to the recipient.

This technique also eliminates the wasteful encoding of the binary data which is necessary to transfer the data using the SMTP protocol.

smallpond 09-01-2016 08:53 AM

Use sftp or scp to copy the file directly. Get Winscp for Windows.

kernel-of-truth 09-01-2016 09:19 AM

Quote:

Originally Posted by rokytnji (Post 5599158)
What I use. No how to needed.

https://www.sendspace.com/

Works in Windows, Linux, Mac, BSD, IOS, Android.

Nice ... Thanks for sharing.

L

IsaacKuo 09-01-2016 09:19 AM

Well, to keep the file size under 18Mb, you could e-mail a self downloading "archive" file. Write the download script in vb script for maximum Windows compatibility, and give it a nice user friendly file name like LOVE-LETTER-FOR-YOU.txt.vbs

kuser:) 09-01-2016 09:35 AM

Quote:

Originally Posted by smallpond (Post 5599243)
Use sftp or scp to copy the file directly. Get Winscp for Windows.

Stealing smallpond's idea... :D
Nah - just adding the info:
http://www.tecmint.com/sftp-command-examples/
https://winscp.net/eng/docs/guides

Habitual 09-01-2016 09:58 AM

Quote:

Originally Posted by IsaacKuo (Post 5599268)
for maximum Windows compatibility, file name like LOVE-LETTER-FOR-YOU.txt.vbs

Man, I was Soooooooo busy that weekend.

rtmistler 09-01-2016 12:33 PM

Quote:

Originally Posted by TenTenths (Post 5599177)
This issue is not SENDING a 50Mb attachment, the problem is the other side RECEIVING a 50Mb attachment.

Most (I'd even go so far as to say ALL) companies and mail services have limits to the maximum size of an attachment.

GMAIL, which many companies also use commercially, has a limit of 25Mb on a mail message size, so given encoding overheads that's realistically an ~18Mb attachment.

Quote:

Originally Posted by sundialsvcs (Post 5599242)
Actually, there's also the issue of handling the file along the way.

With an object of this size, I would use another protocol such as FTP to move the file to some location that can store it. Then, e-mail the FTP address to the recipient.

This technique also eliminates the wasteful encoding of the binary data which is necessary to transfer the data using the SMTP protocol.

Both of the above.

@patrick295767 what are you really trying to do?

patrick295767 09-02-2016 01:29 AM

Quote:

Originally Posted by rokytnji (Post 5599158)
What I use. No how to needed.

https://www.sendspace.com/

Works in Windows, Linux, Mac, BSD, IOS, Android.

what about security/conf. of yours docs?

pan64 09-02-2016 01:51 AM

compress it with a password first and noone will see the content.

patrick295767 09-04-2016 01:17 AM

Quote:

Originally Posted by pan64 (Post 5599642)
compress it with a password first and noone will see the content.

Any rar, zip, 7z,... archives are not a problem today.

dave@burn-it.co.uk 09-09-2016 01:46 PM

It is far faster and safer to use FTP and send email the link.
Email was not designed for the transfer of large amounts of data and is extremely inefficient.


All times are GMT -5. The time now is 11:57 AM.