I'm using ftplib to connect to a server, and I want to grab every file from a specific folder. The filenames change frequently. What is the best way to use retrbinary with wildcards(or some better option) to transfer all files? Thanks, Israel