Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pystfp how to listdir

files = sftp.listdir_attr(".")
for f in files:
    print(f)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pystfp #listdir
ADD COMMENT
Topic
Name
3+5 =