Import only ".csv" files, getting other folders along with csv files
Hi,
I need to import only .csv files from a remote location. (created within last week)
In
Problem: Getting folders along with csv files.
Script used:
Could you please assist on above query to exclude other folders which are importing with csv files.
Thanks,
Sanket
I need to import only .csv files from a remote location. (created within last week)
In
remote_dir
, there are bunch of .csv files and other folder.
Problem: Getting folders along with csv files.
Script used:
"get ""/remote_dir"" -filemask=""*.csv>8D"" ""\\local_dir"" exit
Thanks,
Sanket