Permission of using curlftpfs on Ubuntu
问题 I use $sudo curlftpfs –o allow_other alpha:1234 @192.168.1.100 /home/alpha/share to mount ftp folder as a local folder in Ubuntu 12.04 and then I can read and edit files in that folder but I can't add a new file in this folder with Matlab Here's the situation I use Matlab to plot a png file in this folder but Matlab told me that it don't have permission to create new file in this folder so I check with $ls -al amd it give me following info: drwxr-xr-x 1 root root 1024 1?? 1 1970 share When I