I have to use cURL on Windows using python script. My goal is: using python script get all files from remote directory ... preferably into local directory. After that I will compare each file with the files stored locally. I am able to get one file at a time but I need to get all of the files from remote directory. Could someone please advice how to get multiple files? I use this command: curl.exe -o file1.txt sftp:///dir1/file1.txt -k -u user:password
thanks