Download recursive directories with wget using Username & Password for FTP

Published on

Using ftp to download multiple files using ‘mget’ command is pretty common, however it downloads files from current directory only. But if you need to download recursive directories with all its content then? And specially when you don’t have shell access to the remote machine and you don’t have access to archive the targeted folder? … Continue reading Download recursive directories with wget using Username & Password for FTP

uninitialized constant ActionMailer::Quoting::Encoding

Published on

Just a quick note, If you are getting “uninitialized constant ActionMailer::Quoting::Encoding” while using ActionMailer, then make sure that your mailer look like: Actually, yesterday we were getting “uninitialized constant ActionMailer::Quoting::Encoding” while using ActionMailer in production but it was working fine in all modes(development/production) on localhost. Our mailer was like: We could not find the actual … Continue reading uninitialized constant ActionMailer::Quoting::Encoding