duftp — Disk usage for FTP

Small Perl script similar to the du(1) command, except for an FTP site. Remember FTP?

Download and Install

Download: duftp.pl

It is a Perl script. Do whatever you need to do to run a Perl script on your system.

On *nix, I name it just "duftp", make it executable (chmod a+rx duext) and keep it in my PATH.

On Microsoft Windows, you'll prolly need to name it "duftp.pl" for the system to recognize it as a Perl script.

Manual Page

NAME

duext - analyze and report disk usage on an FTP server

SYNOPSIS

duftp [-h] [-s] [-c] [-v] [-u USER] [-p PASS] <HOST> [DIRECTORY]...

USAGE

OPTIONS

-h reports using human-friendly scale and suffix
-s summarize each argument (do not output each subdir)
-c print a grand total of all arguments
-u specifies username for login (defaults to your username)
-p specifies password for login
-v verbose, shows directory names as it scans

CAVEATS

HISTORY

LEGAL


Last modified: $Date: 2022/12/10 02:44:09 $ (YYYY/MM/DD UTC)