in reply to Need Net::FTP::dir help
Informal testing suggests:
$ftp->cwd("/$BkRoot/backup/"); my @TestArray=$ftp->dir; [download]
Update: per suggestion from choroba, de-referencing is not needed.