Page 1 of 1

Folders access

PostPosted: Fri Jul 06, 2012 1:37 pm
by fraumo
Hi

I have some problems with folders sharing

I must reinstall firmware (Version 11) and then I update for version 12.1

When I try to found my shares I don’t have access

I have access with putty but I don’t have access in windows explorer or ftp

The only way to give access was editing configuration file and replace the default directory to my tr-download directory

There is a way to give access via web interface??

Re: Folders access

PostPosted: Fri Jul 06, 2012 2:10 pm
by Jocko
Hi Fraumo,

Above all not to do a reinstall, I think it won't resolve the problem.

If you do not see shares via samba or ftp server, the most likely cause is that no permission was defined. ;)

For example, after installing the torrent client,the tr-downloads share is created as a private share, without ftp access and without access for each user. So these must then be defined by the admin.

To verify that the system is ok:
-did you create a public share unprotected? if not, create one and make sure it is accessible from your LAN.

You must also set your workgroup in the lan setup menu.

The only way to give access was editing configuration file and replace the default directory to my tr-download directory

what config file,do you talk ?

Re: Folders access

PostPosted: Mon Jul 09, 2012 11:37 am
by fraumo
in this moment i can access to tr-downloads but I can move or delete files, I get a message "you need permission to perform this action"

Re: Folders access

PostPosted: Mon Jul 09, 2012 5:05 pm
by fvdw
in case the files are stored by the transmission daemon they will have certain permissions set that won't allow delete or move.
The only way to solve it accessing the nas via ssh (putty, winscp) and change all files in the tr-downlads share (share/1000/tr-downloads) to permissions 777 using chmod command

Think we should change this at next release, its annoying

Re: Folders access

PostPosted: Mon Jul 09, 2012 6:12 pm
by Jocko
More information in http://plugout.net/viewtopic.php?f=11&t=159&p=1044&hilit=transmission+root#p1030


---edit---
This will be changed in the next release

Re: Folders access

PostPosted: Tue Jul 10, 2012 9:37 am
by fraumo
Hi

using putty and change permisions to 777 works perfect

Thanks