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
ncftpls sends a flag when requesting a list to recurse through all subdirectories. We can use git_tree_walk from libgit2 in this case to go through everything to avoid roundtrips for cd ls cd ls etc.
The text was updated successfully, but these errors were encountered:
ncftpls
sends a flag when requesting a list to recurse through all subdirectories. We can usegit_tree_walk
from libgit2 in this case to go through everything to avoid roundtrips for cd ls cd ls etc.The text was updated successfully, but these errors were encountered: