[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1823: Undefined array key 3
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1833: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1833: Trying to access array offset on value of type null
qBittorrent official forums • Download file to NAS or Local Network
Page 1 of 1

Download file to NAS or Local Network

Posted: Sun Mar 31, 2013 3:49 pm
by 3axap
Hello! qBittorrent cant download files to NAS or Local area.. Simple - Download to: \\IOMEGA\Movies\DOWNLOAD\ or \\192.168.20.20\Movies\DOWNLOAD\ , qBittorrent make mirror folder in root qBittorrent folder D:/qBittorrent/\\IOMEGA\Movies\DOWNLOAD\ and show error.. error.. and error.. :(
I tryed made symlink.. but symlink dont work.

Thanx.

Re: Download file to NAS or Local Network

Posted: Sun Mar 31, 2013 3:55 pm
by Dayman
This is a known problem and it probably won't be solved in near future.

Re: Download file to NAS or Local Network

Posted: Sun Mar 31, 2013 5:22 pm
by 3axap
[quote="Dayman"]
This is a known problem and it probably won't be solved in near future.
[/quote]
Thank you!

Re: Download file to NAS or Local Network

Posted: Fri Apr 05, 2013 7:37 am
by aziztcf
Have you tried mapping the drives? Yknow, rightclick network location, "Map network drive..."
That way it seems to work just fine.

Re: Download file to NAS or Local Network

Posted: Fri Apr 05, 2013 7:48 am
by 3axap
[quote="aziztcf"]
Have you tried mapping the drives? Yknow, rightclick network location, "Map network drive..."
That way it seems to work just fine.
[/quote]
You right, Thanks! I was forgot about Network Drive!

Re: Download file to NAS or Local Network

Posted: Sun Oct 13, 2013 6:03 pm
by 3axap
Hello, some one know, how work this \\NETSTORAGE\Movies\DOWNLOAD\ or this \\192.168.1.2\Movies\DOWNLOAD\ now? In 3.1.0 stable?

Re: Download file to NAS or Local Network

Posted: Sun Oct 13, 2013 6:08 pm
by Dayman
[quote="3axap"]
Hello, some one know, how work this \\NETSTORAGE\Movies\DOWNLOAD\ or this \\192.168.1.2\Movies\DOWNLOAD\ now? In 3.1.0 stable?
[/quote]

No. Mapped drives will work. UNC paths will not

This needs fixing directory separators all over the code

Re: Download file to NAS or Local Network

Posted: Sun Oct 13, 2013 6:11 pm
by 3axap
It's a pity .. Sometimes I forget make network drive mapping (cmd scheduler), and then need rehash. Thank you!

Re: Download file to NAS or Local Network

Posted: Sun Oct 13, 2013 7:29 pm
by sledgehammer_999
Also let's say that we magically solve the UNC path problem and pass the UNC paths to libtorrent. Will it be able to recognise, use, read and write to them?

Re: Download file to NAS or Local Network

Posted: Sun Oct 13, 2013 7:41 pm
by Dayman
[quote="sledgehammer_999"]
Also let's say that we magically solve the UNC path problem and pass the UNC paths to libtorrent. Will it be able to recognise, use, read and write to them?
[/quote]

Yes. I've tested this by using native slashes in a couple of places in the code. Though I've indefinitely postponed fixing this, 'cause it's all over the code: QString.replace("\", "/")