Hello,
I created a folder as a normal user

Code:
/media/ftp     p2p:users
I mounted it using the command:

Code:
curlftpfs -o allow_other ftp://217.147.232.18/pub/ /media/ftp/
and then I noticed that the /media/ftp/ folder, become root-owned

Code:
/media/ftp     root:root
Then if I try to export /media/ftp/ via nfs I get always [access denied] from the other lan hosts.

What am I doing wrong?

Please can someone help me to export a curlftpfs-mounted-folder via nfs or cifs?

thankyou!