Get all files in ftp server directory using WGET
It's a PITA to recursively get all files in a directory using ftp. Instead use wget.
wget -r ftp://account_name:password@example.com/directoryname