How to recursively download a folder via FTP on Linux
You could rely on wget which usually handles ftp get properly (at least in my own experience). For example: You can also use -m which is suitable for mirroring. It is currently equivalent to -r -N -l inf. If you’ve some special characters in the credential details, you can specify the –user and –password arguments … Read more