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

11 Things to Consider Before Deploying Your Rails Application

Published on

Cross Posted from http://vinsol.com/blog At VinSol, we have been developing and deploying Rails applications for more than four years. During this period, we have identified some best practices that we prefer to follow while deploying rails application to production server. Below is the checklist of these practices:   1. Ensure that NS records and MX … Continue reading 11 Things to Consider Before Deploying Your Rails Application