Hi, all

When I download a a file I can't use wildcards, is there a way to overcome this? The generated file that I download change name on the server. If I write out the whole name I can download the file. (problem is "*.tar")My code:

Code:
My.Computer.Network.DownloadFile("ftp://19.168.0.1//*.tar", "c:\temp\Testfile.tar", "user", "passwd")