Help for this page
#!/usr/bin/perl use strict; ... $ftp->cwd($remotedir) or die "\nCan't cwd to path $remotedir"; $ftp->rget(); $ftp->quit;