View Single Post
Old 04-14-2013, 11:33 PM  
MONGi
Member
 
Join Date: May 2012
Posts: 72
Default Folders to multiple partitions in a folder

Hi all,

I created a folder "_NUKED" and would now like that happens all the folders in which the word "NUKED" in the title, will be moved into the "_NUKED" directory.
Because, logically, there are several directories on the FTP I ask myself the question, as in this case, the configuration must look like.
my configuration looks like this, but there are only folders from the "MP3" moved, not from "MP3 ABOOK". My guess is the "-" causes Problems.

Example:

<task>
<regExpressionInclude>\S*(NUKED)\S*</regExpressionInclude>
<status>Enabled</status>
<actionType>Move</actionType>
<source>H:\\MP3</source>
<source>H:\\MP3-ABOOK</source>
<destination>D:\\ioFTPD\\sites\\_NUKED</destination>
<action id="TotalFolderCount">
<value>0</value>
<minFolderAction>0</minFolderAction>
</Action>

Does anyone have an idea?

Only "<source>H:\\</source>" dont work too.

Thanks for any help

Sorry, my english...

Regards,
Mongi
MONGi is offline   Reply With Quote