Ftree is a tool to get ftp server directory tree. You can get a whole dir/file list from a ftp server, and then read/search locally.
Features:
- Get ftp server directory tree to local disk/console
- Shows just like Windows tree command
- List all directories with or without files
- Count file and directorys size
- You can control level of directory to search
Current version: 1.0
Usage:
ftree [ -h ] [ -spf ] ...
[ -u ] [ -w ] [ -d ]
[ -l ] |
s : with file or dir size.
p : passive mode.
f : show file in directory.
ftp url : ftp://username:passwd@ftpaddress:port/startdir
Note: Use with your own risk.