I find my problem for schedule dowload work correctly with acccount Microsoft and don't share folder.
The problem is just write correctly the URL.
Because it's impossible to use the name of drive in URL.
Ex: for my drive
D: this name is '
Data' and if i try
\\NameOfMyPC\Data\Folder1\subFolder2 that's not good.
You need to use the letter of drive with '
$' not '
:'.
Ex:
D$ for the drive D:.
URL: \\NameOfMyPC\DriveLetter$\Folder1\subFolder2\...
Now it's possible to use a Microsoft account and the schedule work correctly without share folder
Full ex:
Login method: Account
User name: NameOfAccountMicrosoft
Password: SamePasswordOfAccountMircrosoft
Type: Folder
URL: \\BigPC\D$\Program Files\MyApplication\
Save to: Volume_1/BackupFiles
With:
NameOfMyPC is BigPC
DriveLetter is D
my DNS-323 make good job now
Edit: Work with Windows 7 Ultime, don't work with Windows Home Edition, it's a problem of version ? i need a Windows Professional ?