You are not logged in.
Hi,
I have weird problem with curlftpfs. I can't read any file when the data are mounted via curlftpfs(I get Permission denied), but with normal ftps client (like lftp) I can. If you can help me plz, I studied all day manuals ,google and finally I fail with trying to solve it. Here is my entry in fstab:
curlftpfs#zawart:secretPassword@server /home/mountPoint fuse \
rw,user,uid=MYUSERid,gid=MYGROUPid,ssl,tlsv1,transform_symlinks \
,no_verify_peer,utf8,noexec,nosuid,nodev,noauto,tcp_nodelay,\
direct_io,nonempty,umask=177 0 0Last edited by zawart (2010-06-03 22:29:38)
Offline
I'm not sure this is the solution, but have you tried using sudo/root?
Offline
I tried, but it still was the same error (Permission denied).
Offline