#!/usr/bin/perl use Net::FTP; $ftp = Net::FTP->new("host.name"); $ftp->login("user","password"); @data=$ftp->ls("-Rla"); $ftp->quit; foreach $line (@data) { print $line."\n"; }
From there, it's just text parsing......
Malach
So, this baby seal walks into a club.....
In reply to Re: Net::FTP Problem
by Malach
in thread NET::FTP : Recursively search FTP directories (was: Net::FTP Problem)
by thawk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |