Is it possible to get all files in a directory using curl? Here's my string so far:
curl --ftp-ssl -k ftp://user:pass@IP
This will LIST the files in the user FTP directory, how do I adjust this string to get (RETR) all files in the remote directory?