On Dec 4, 6:07 pm, Chris Angelico <ros...@gmail.com> wrote: > On Tue, Dec 4, 2012 at 7:15 PM, moonhkt <moon...@gmail.com> wrote: > > How to using python send file uptp 60MB ? > > Step one: Don't. SMTP is almost never the best choice for sending huge > files around. > > There are plenty of other ways to share files; send an email with > instructions on how to access the file, rather than attaching the > file. For general consumption, the easiest way is usually to include a > URL for HTTP download. If it's something internal, you might want to > put the file on a shared-access FTP server or file share. > > ChrisA
Thank for suggestion. The next task will be ftp to user folder. But first tasks is how to using python send huge files. -- http://mail.python.org/mailman/listinfo/python-list