pystfp cara listdir

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