Hi,
I am preparing a guide for getting access to these files.
You can enable telnet to have access to these files and move them to the public section.
Download these files: http://dev.mpcclub.com/Telnet.zip
This is how you get to the files:
- Load the enable-telnet.pat file as a new FW on your Synology
You wil get an error message but this is just to prevent the system from rebooting after the update so you can ignore the error.
Connect to your synology using DOS Prompt: telnet 192.168.1.1 (replace IP Address with yours)
Enter a user "root" and password which you use to login to your Synology admin panel
Go to the Downloads directory by entering the following command:
cd /volume1/@Download
If you type now "
ls" you will see folders with numbers.
Each of these folders is 1 download you started.
You can enter these folders with the cd command, like "cd 10"
Form there, you can move the files /copy the files to the public like this:
mv filename /volume1/public (to move the files)
cp filename /volume1/public (to copy the files, check rather it succeeds)
probably you won't have rights to open folders and files so also chmod them with proper user rights like this:
Enter cd /volume1/public
chmod 777 fileORfolderNAME
Once everything is done, disable the telnet with the disable-telnet.pat file in
the same way as you enabled it. Also don't forget to remove the downloads
from download redirector now.
Hope this helps.
I expect to finish the guide tonight if i feel up to it.
Let me know if you get stuck...
enjoy
Hi-Jack