I am trying to get a list of files in the directory based on a wildcard. I am using the following syntax client.dir("*test*). It currently doesnt pull any files when I try to do this even though there are files with the word test in it. Are there any better ways to do this?