How do I allow a Samba file share to create and edit files in a CurlFTPfs File system
I'm trying to create a Samba share using a CurlFTPfs mounted folder, when I try creating a file in that share Windows Explorer hangs, but if I create the file using linux utilities on the filesystem itself it works fine.
Here is my samba share's configuration, and fstab scrubbed of sensitive information.
This configuration also works with normal local file systems as well, such as ext4.
[website] path = /media/website browseable = yes inherit acls = yes inherit permissions = yes create mask = 0700 directory mask = 0755 valid users = @"DOMAIN+Authenticated Users" admin users = @"DOMAIN+Authenticated Users" force user = root force group = root read only = No
I have an FTP server that I would like to open as a samba share, so I am mounting the FTP server using curlftpfs and creating a samba share from the directory I am mounting it to so I can upload/download files and folders from windows using the file share.
OAC Technology
ASKER
We decided to go a different route. Thanks for your help