PDA

View Full Version : proftpd on windows pc over samba


psychobeauty
1st April 2008, 04:50
i ve made a workgroup between 2 pc the ubuntu to the windows over samba..

but i want to have a folder in the share path to let me put files and go to the proftp..

i have create the folder to go to ftp-shared(which is the folder of the files that go online) but in the windows pc when i try to put a file in that folder..it outputs the message that i dont have permissions..


how can i make it work??

zcworld
1st April 2008, 07:59
ok
who owns the folder
ls -al /path/to/my folder
and what username did you use to access the files on the linux box via samba

make you user samba username has got access rights to the folder :)

psychobeauty
1st April 2008, 18:00
thanx for replying..i ve check...the permissions are for user george and root..

so i connect from the windows pc as george but stis it tell me you do not have permissions

psychobeauty
1st April 2008, 18:59
i solvwed it with chmod -R 777 (MY FTP SHARED FOLDER)

AND NOW I HAVE THE PERMISSIONS THANXXXXX