SkyDrive Synchronizer for dowloading DRs and DR index
MURATA Makoto (FAMILY Given)
eb2m-mrt at asahi-net.or.jp
Sat Dec 4 03:04:58 CET 2010
Dear colleagues,
I sometimes want to download many DR log files. It appears that
SkyDrive Synchronizer can download multiple files easily, but I
don't know how to configure it. My configuration file is as follows.
Help!
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!-- The username to connect to the SkyDrive. -->
<add key="UserName" value="eb2m-mrt at asahi-net.or.jp" />
<!-- <add key="UserName" value="WG4" />-->
<!-- The password to connect to the SkyDrive.-->
<add key="Password" value="????" />
<!-- The local start folder that will synchronized on the SkyDrive. -->
<add key="StartFolder" value="h:\NewSyncFolder" />
<!-- The destination folder where the startfolder is going to reside. -->
<add key="DestinationWebFolder" value="\WG4\Office\Public Documents" />
<!-- The timeout variable defines how low the application will wait before throwing a timeout exception.
When uploading large files it's a good idea to have a large number to avoid timeouts especially with a slow internet connection.
The value is in milliseconds.-->
<add key="TimeOut" value="500000" />
<!-- ProxyOn indicates if a proxy is required to connect to the internet. Possible values are "true" or "false" -->
<add key="ProxyOn" value="false" />
<!-- ProxyHost is the proxy host address used to connect to the internet-->
<add key="ProxyHost" value="http://192.168.0.1" />
<!-- ProxyPort is the proxy port number on which it is listening to the web requests-->
<add key="ProxyPort" value="80" />
<!-- DeleteLocalFiles indicates whether to delete the file on the local drive if the file does not exist on the SkyDrive. Delete web files always starts first if enabled.-->
<add key="DeleteLocalFiles" value="false" />
<!-- DeleteRemoteFiles indicates whether to delete the SkyDrive file if the file does not exist on the local drive. Delete web files always starts first if enabled.-->
<add key="DeleteRemoteFiles" value="false" />
<!-- UpdateLocalFiles indicates whether to redownload the remote file in case the remote file is more recent than the local one-->
<add key="UpdateLocalFiles" value="false" />
<!-- UpdateRemoteFiles indicates whether to reupload the local file in case the local file is more recent than the remote one-->
<add key="UpdateRemoteFiles" value="false" />
<!-- Download indicates whether to download the files from SkyDrive to the local drive. Upload always starts first if enabled-->
<add key="Download" value="true" />
<!-- Upload indicates whether to upload the files from the local drive to the SkyDrive. Upload always starts first if enabled -->
<add key="Upload" value="false" />
<!-- EstimateTime indicates whether to check which files have to uploaded/downloaded before starting the process
The estimate might take some time to check all files but subsequently it will provide a estimate progress on how many files remain to be transfered once-->
<add key="EstimateTime" value="true" />
<!-- MaxFileSize defines what is the maximum size of the file in bytes before it has to split to the file into smaller parts -->
<add key="MaxFileSize" value="10000000" />
<!-- ScheduleOn defines if a scheduler should be on or off. Values are true or false -->
<add key="ScheduleOn" value="false" />
<!-- LoopSchedule defines if a scheduler restart every day. Values are true or false -->
<add key="LoopSchedule" value="false" />
<!-- StartTime when the scheduler should start in the format hh:mm or hh:mm:ss 24h format-->
<add key="StartTime" value="15:04" />
<!-- EndTime When the scheduler should end in the format hh:mm hh:mm:ss 24h format. If the StartTime > EndTime, the EndTime will be stamped with the following day's date-->
<add key="EndTime" value="15:01" />
</appSettings>
</configuration>
Regards,
SC34/WG4 Convenor
MURATA Makoto (FAMILY Given)
More information about the sc34wg4
mailing list