Hello apl, I believe my last post didn't go through. My apologies.
But can you let me know how I can print out the results of $ftp->ls or $ftp->dir?
I tried to apply the results into a scalar, but it didn't print out anything
my $result = $ftp->ls;
print $result;
Thanks!