Ok, I'm trying to mount FTP drives as read/write access with curlftpfs and macfuse, but for some reason it's mounting... well, i think read only. It displays the folders in the root directory, but they have the little red icon on them, and it says I don't have access to them.
The code I'm using in terminal is:
What can I do to get full access?
Thanks
The code I'm using in terminal is:
Code:
/Users/Will/Desktop/curlftpfs ftp://username:password@servername.com:21 /Users/Will/iHax -o volname=iHax
What can I do to get full access?
Thanks