I have a perl script running on a linux server and need to connect to a windows nt server and down load a file.
The problem is that I only know the start of the file name and the ext . I tried to rename the file on the windows server using a wildcard in the perl script but it did not work. Is there a way to get perl rename the file or down load the file to the linux box and then rename it???