Recursive FTP Get with wget

Pretty useful for downloading everything in an FTP account:

 wget -m --tries=0 --continue --server-response --timeout=0 --retry-connrefused ftp://username:password@server.tld