Help for this page
$sftp->mget("/etc/abcd*.txt", $local_dir);
my $files = $sftp->glob("/etc/abcd*.txt");
my $files = $sftp->glob("/etc/abcd*.txt", names_only => 1);