I have a need to schedule ftp's to run automatically using the scheduler however the files I need to transfer have dates in the name.
i.e. ABC20050701.TXT (20050701 is the date the file is created)
How do I specify a file name that will change every day in a scheduled ftp?
dates in file names
http://www.coreftp.com/docs/web1/Schedu ... nsfers.htm
There's a section near the bottom of this page that shows how to setup wildcards. Something along the lines of ABC*.TXT....
There's a section near the bottom of this page that shows how to setup wildcards. Something along the lines of ABC*.TXT....
-
- Posts: 8
- Joined: Thu Jun 30, 2005 6:00 pm
one problem with wild cards
If the list of files in the directory was:
ABC20050601.TXT
ABC20050602.TXT
ABC20050603.TXT
etc....
And I used the wildcard ABC*.TXT then it would send ALL the files that start with ABC and end in TXT. I only want to send that days file.
I would like to be able to specify something like ABC'todays date'.TXT
ABC20050601.TXT
ABC20050602.TXT
ABC20050603.TXT
etc....
And I used the wildcard ABC*.TXT then it would send ALL the files that start with ABC and end in TXT. I only want to send that days file.
I would like to be able to specify something like ABC'todays date'.TXT
-
- Posts: 8
- Joined: Thu Jun 30, 2005 6:00 pm