23 Jun 2012 23:10
Question about Transferring files
Rozenberg Malevich <rozenberg1023 <at> zippymail.info>
2012-06-23 21:10:36 GMT
2012-06-23 21:10:36 GMT
Dear All.
When transferring the file testfile.txt (7mb) of bandwidth spent is 14 mb ?!
For example:
echo Subject: Upload >mailfile.txt
echo MIME-Version: 1.0 >>mailfile.txt
echo Content-Type: application/zip; name=file.zip >>mailfile.txt
echo Content-Disposition: attachment; filename="file.txt" >>mailfile.txt
echo Content-Transfer-Encoding: base64 >>mailfile.txt
type filebase64.txt >>mailfile.txt
msmtp.exe --file=msmtrc.txt -- < mailfile.txt example <at> hotmail.com
exit > nul
Features:
testfile.zip 6.99 mb (7 333 686)
filebase64.txt 9.57 mb (10 035 572)
mailfile.txt 9.57 mb (10 035 748)
filebase64.txt is as BASE64 encrypted received from testfile.zip
of example:
base64.exe -e testfile.zip filebase64.txt
Thanks
When transferring the file testfile.txt (7mb) of bandwidth spent is 14 mb ?!
For example:
echo Subject: Upload >mailfile.txt
echo MIME-Version: 1.0 >>mailfile.txt
echo Content-Type: application/zip; name=file.zip >>mailfile.txt
echo Content-Disposition: attachment; filename="file.txt" >>mailfile.txt
echo Content-Transfer-Encoding: base64 >>mailfile.txt
type filebase64.txt >>mailfile.txt
msmtp.exe --file=msmtrc.txt -- < mailfile.txt example <at> hotmail.com
exit > nul
Features:
testfile.zip 6.99 mb (7 333 686)
filebase64.txt 9.57 mb (10 035 572)
mailfile.txt 9.57 mb (10 035 748)
filebase64.txt is as BASE64 encrypted received from testfile.zip
of example:
base64.exe -e testfile.zip filebase64.txt
Thanks
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
RSS Feed