I recieved a large zip file by mail. And I want to download it to my remote server, for which I have only cli access. What can I do in this situation? I'm not running any mail clients in the remote server. And my local internet connection is not dependable for large file transfers.

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Do run a mail client in the remote server. You can use mutt or alpine to connect to the IMAP server and save attachments:

mutt -f imap://user@server/INBOX
alpine -f "{server}INBOX"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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