Quote:
|
Originally Posted by propel
Thank you, but I won't know the file name beforehand. To get the file, I do
mget SCA*.TXT
How can I do this without knowing the original name?
|
well.. 'mget' the files AND rename them all afterwards.
OR
look into ftp's [if that's the client you're using] "nmap" command if one exists for your ftp client:
Code:
ftp host
nmap $1_$2_$3 $1_$3
mget SCA*.TXT