Search found 8 matches

by ray.rigo@ahsys.org
Wed Jul 20, 2005 8:25 pm
Forum: Client - General
Topic: Rename files in a scheduled task
Replies: 7
Views: 6203

Thank you...
by ray.rigo@ahsys.org
Tue Jul 19, 2005 5:26 pm
Forum: Client - General
Topic: Rename files in a scheduled task
Replies: 7
Views: 6203

will that rename the file on the source server or rename it on the target server?

I need the file to be renamed on the SOURCE server but only after a successful transfer.
by ray.rigo@ahsys.org
Tue Jul 19, 2005 4:45 pm
Forum: Client - General
Topic: Rename files in a scheduled task
Replies: 7
Views: 6203

rename from foo*.txt to foo*.ftp

something like that.
by ray.rigo@ahsys.org
Tue Jul 19, 2005 4:44 pm
Forum: Client - General
Topic: Rename files in a scheduled task
Replies: 7
Views: 6203

Just to be able to rename the extension would be enough.
by ray.rigo@ahsys.org
Mon Jul 18, 2005 5:20 pm
Forum: Client - General
Topic: Rename files in a scheduled task
Replies: 7
Views: 6203

Rename files in a scheduled task

I have a need to rename files on the source server after they have been successfully ftp'ed to the target server. Is there a way to do this???

Even if I have to use the command line interface and put the commands into a BAT file for DOS to run.

Any help is appreciated.
by ray.rigo@ahsys.org
Fri Jul 01, 2005 3:02 pm
Forum: Client - General
Topic: dates in file names
Replies: 4
Views: 5569

Thank you I will look into trying that. I could move it to a sent folder under the where the source file gets put. Good idea.
by ray.rigo@ahsys.org
Thu Jun 30, 2005 7:03 pm
Forum: Client - General
Topic: dates in file names
Replies: 4
Views: 5569

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 da...
by ray.rigo@ahsys.org
Thu Jun 30, 2005 6:07 pm
Forum: Client - General
Topic: dates in file names
Replies: 4
Views: 5569

dates in file names

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?