Help for this page

Select Code to Download


  1. or download this
    my $list = $ftp->dir();
    unless ($list) { ...dir timed out or other error... }
    for (@$list) {
        # process each directory entry
    }