When I try to use a mapped network directory that is located on my NAS it will start to download then error out with "The system cannot find the path specified:M:\<folder>\<filename>"
I have verified the directory permissions and it is writeable. I can even create a folder from with in the add torrents dialogue box if I goto options -> download location -> other -> select a folder: and browse the to the mapped drive I can create a folder just fine but once I add the torrent it will start downloading for a few seconds then error. It doesnt create any folders in the directory or anything. Local directories work fine which makes me think its a permissions issue but if its a permissions issue how is deluge able to create folders on the mapped drive from the select folder dialogue?
Is there a way Im missing to just point it to a UNC path? or am I missing something else?
EDIT:
Looking at the log:
WindowsError: [Error 3] The system cannot find the path specified: u'M:\\'
Exception calling RPC request: [Error 3] The system cannot find the path specified: u'M:\\'
Traceback (most recent call last):
File "deluge\core\rpcserver.py", line 299, in dispatch
File "deluge\core\core.py", line 402, in move_storage
File "deluge\core\torrent.py", line 846, in move_storage
File "os.py", line 150, in makedirs
File "os.py", line 157, in makedirs