Downloading files from ftp server with mget command
Hi,
I want download single file from remote ftp server with mget command.
Files are in following format.
BBY_product_file_200805240250.zip
BBY_product_file_200805250250.zip
BBY_product_file_200805260250.zip
I want to download latest file daily. I tried with following commad but didn't work.
$mget BBY_product_file_%date:~-4,4%%date:~-10,2%%date:~-7,2%0250.zip
Can someone help me on this ASAP.
Thanks
|