gitftp
gitftp copied to clipboard
Support recursive listing of all files at once
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.