Page 1 of 1

NZBGet on Linux - Web on Windows.

Posted: 08 Mar 2008, 12:44
by nobody
Hi,

I have now successful installed NZBGet on my Linux box and it is working. Now I would like the web interface to work as well.

Right now the web interface (on a Windows 2003) is connecting to the Linux box and I can get information from the NZBGet server. (nzbget -s)

The web interface cannot access my Linux Samba Share because it should point at a Windows share location (like Y:Download) and not like \172.22.22.1ShareDownload

So the web interface cannot tell me how much free space I have and I cannot upload a nzb file.

Do you expect to somehow make a fix for this or is it a too rare problem that only I have? ;o)

/ Jan

RE: NZBGet on Linux - Web on Windows.

Posted: 08 Mar 2008, 14:09
by hugbug
It works. You just need to double the slashes to build a correct php-string:

$dstdir = '\\172.22.22.1\Share\Download';
$nzbdir = '\\172.22.22.1\Share\Download\nzb';

RE: NZBGet on Linux - Web on Windows.

Posted: 08 Mar 2008, 15:13
by nobody
Hi again,

Yes. You are right! :o) Awesome.

Is there a method to choose which user is accessing the share? Currently I get a access denied and the samba log doesn't tell me anything. :o(

/ Jan

RE: NZBGet on Linux - Web on Windows.

Posted: 10 Mar 2008, 08:41
by hugbug
>Is there a method to choose which user is accessing the share?
I guess not.

If you cannot setup samba to allow access from windows-computer without user/password, then you can map the samba-share on windows as a drive. In this case you can use username/password and windows can save them and reuse on next load.

RE: NZBGet on Linux - Web on Windows.

Posted: 11 May 2008, 10:57
by nobody
I have the same problem.

Any clue ?

Rejome

RE: NZBGet on Linux - Web on Windows.

Posted: 14 May 2008, 17:59
by nobody
I'm curious, why not put nzbgetweb on the Linux box?