PYSTFP Jak list Listdir

files = sftp.listdir_attr(".")
for f in files:
    print(f)
Tomer Mantzuri