gvfsfind searches for files in a directory hierarchy. This project is inspired by the Unix find utility, but operates on URLs using gnome-vfs instead of the local file system.
For example, 'gvfsfind.py ftp://video.foo.org --type d --print' prints all directories on the FTP server. 'gvfsfind.py ssh://skipper/srv/movie --type f -name ".*.vob" --exec "gnomevfs-copy %u ."' copies all files ending with .vob from the host skipper's directory /srv/movie, including its sub-directories.
What's New in This Release:
· A makefile has been added to simplify release.
· This release is packaged as a tar.gz archive.
· Support has been added for filenames including #.
· Support for use as a Python module has been added.
Product's homepage