files = [f for f in glob("./tmp/download/**", recursive=True) if os.path.isfile(f)]
"./tmp/download/**" içerisine yazdığın klasörde arama yapar