|
Bucket Explorer facilitates you to create multiple Commander Configuration XML files using ‘
Edit Commander Config
’ option from Tools menu or it can be created manually. . You can save Commander Configuration XML file with desired name and at desired location on your local system. You can create multiple Commander Configuration XML files and can process them by providing their valid path at Bucket
Commander
action “configfilename”. It will enhance the Bucket Commander
scheduling
.
The Format of the commander configuration file will be as below –
This is an Example file of commander configuration XML to explain the format:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<root>
<Debug>off</Debug>
<IgnoreRootFolderInQueueOperation>false</IgnoreRootFolderInQueueOperation>
<Upload>
<UploadContents>
<ParentVirtualFolderPath/>
<CompareNameAndSize>true</CompareNameAndSize>
<Overwrite>true</Overwrite>
<FileList>
<FilePath>C:\Documents and Settings\Udit\My Documents\FAQAnswers.doc</FilePath>
</FileList>
<Bucket>uploadsinglefiletest</Bucket>
</UploadContents>
</Upload>
<Download>
<DownloadContents>
<ParentVirtualFolderPath/>
<CompareNameAndSize>true</CompareNameAndSize>
<Overwrite>true</Overwrite>
<Bucket>basicTest</Bucket>
<DestinationFolderPath>C:\Documents and Settings\Udit\Desktop</DestinationFolderPath>
<ObjectList>
<ObjectPath Type="File">Set_grantee.doc</ObjectPath>
</ObjectList>
</DownloadContents>
</Download>
<CopyBucket>
<Copy>
<DestinationBucket>testTool</DestinationBucket>
<CompareNameAndSize>true</CompareNameAndSize>
<Overwrite>true</Overwrite>
<SourceBucket>uploadsinglefiletest</SourceBucket>
</Copy>
</CopyBucket>
<Debug>off</Debug>
</root>
Related Topics
:
|
|