You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we modify read_dir function to list all files in the given directory and all its subdirectories too? Is there some -r flag that can be provided?
Thank you
The text was updated successfully, but these errors were encountered:
as_sftp.read_dir doesn't has any flags, not even a -r. It shouldn't be that hard to create a recursive/iterative variant your self, just use the is_directory attribute.
Hello,
How can we modify
read_dir
function to list all files in the given directory and all its subdirectories too? Is there some-r
flag that can be provided?Thank you
The text was updated successfully, but these errors were encountered: