Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.7k views
in Java FTP by (120 points)
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?

1 Answer

0 votes
by (51.6k points)
If you're using FTP then the pattern is simply passed directly to the server, so if the server doesn't understand it then you won't get what you expect.

- Hans (EnterpriseDT)

Categories

...