Download all file from ftp server recursively
Posted on January 7, 2008
Filed Under Linux |
I moved http://www.sri-lankan.net to DreamHost last month and wanted to download all the files from my old hosting provider. I found the ncftpget command so useful. Here is how…
1 | $ ncftpget -T -R -v -u "ramesh" sri-lankan.net ./sri /www |
Leave a Reply