I am new to visual cron and this is a basic task that I need help on.
1. What I am trying to do is FTP directories that have dynamic names to another server.
2. Get a listing of the dynamic directories names on the new server
3. Copy the files from the dynamic directories to 2 other locations
4. Remove the dynamic directories and files in the directories
The part I am hung up on is step 2. I have not figured out how to pass the directory name without the file name to the source for the copy. The list gives me the full path with filename.
Example:
Get: D:\inetpub\ftproot\Client\ABC\InboxTest\07-13-11(2)-1\UPLUPL201107131057070320270_0001.tif
Want: D:\inetpub\ftproot\Client\ABC\InboxTest\07-13-11(2)-1\
Any help is appreciated
Edited by user
2011-12-21T15:51:55Z
|
Reason: Not specified