I've logged into gmail and have link to attachment. I'm logging to remote linux console and need to dowload this attachment, but can't download it by wget. How to do that ?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted
  • Log in to your Gmail with a web browser and download the file. Elinks is easy to use.

    elinks https://mail.google.com/
    
  • Enable IMAP in Gmail settings, then log in using an IMAP client and download the file.

    mutt -f imaps://imap.gmail.com
    
    alpine -f "{imap.gmail.com/ssl}"
    
link|improve this answer
elinks! yeah, thanks:) – marioosh Sep 6 '11 at 7:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.