curftpfs operation not permitted

Hi,

I mounted an FTP-Share via curlftpfs(from a FTP-Server running on Windows 7):

curlftpfs#username:pw@host /mnt/backup fuse user,noauto,disable_eprt,uid=1000,tlsv1,allow_other
curlftpfs#username:pw@host /mnt/backup fuse.curlftpfs user,noauto,disable_eprt,uid=1000,tlsv1,allow_other

but if I want to change permission of an directory or file I get an error:

Operation not permitted!

For normal this is not very important, but I want to backup my files there via rsync and it fails with same error…

How to fix that?

Thanks

On Mon, 21 Nov 2011 14:06:02 +0000, Thorus wrote:

> Hi,
>
> I mounted an FTP-Share via curlftpfs(from a FTP-Server running on
> Windows 7):
>
> curlftpfs#username:pw@host /mnt/backup fuse
> user,noauto,disable_eprt,uid=1000,tlsv1,allow_other
> curlftpfs#username:pw@host /mnt/backup fuse.curlftpfs
> user,noauto,disable_eprt,uid=1000,tlsv1,allow_other
>
> but if I want to change permission of an directory or file I get an
> error:
>
> Operation not permitted!
>
> For normal this is not very important, but I want to backup my files
> there via rsync and it fails with same error…

Windows 7 doesn’t understand Unix-style permissions and as such doesn’t
support chmod.

That shouldn’t prevent you from writing to the directory, though, if the
user you login to the ftp server with has permission to do so.

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

Got it working, need to params for rsync: --no-perms und --no-times and you should change the temp-dir to a local one:
–temp-dir=/tmp