Help for this page
Select Code to Download
Select
or
download this
while(1) { my $ftp = Net::FTP->new(...); ... $ftp->rmdir($dir); sleep 10; }