here's my configuration file:
anonymous_enable=YES
anon_root=/media/
write_enable=YES
anon_upload_enable=YES
anon_mkdir_write_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
listen=YES
I mounted ftp using curlftpfs and fstab:
curlftpfs#pc /media/pc fuse allow_other,uid=1000,gid=1000 0 0
whenever I try to copy or mkdir I get the following:
cp: cannot create regular file ‘./Unsaved Document 1’: No such file or directory
mkdir: cannot create directory ‘test’: Operation not permitted
journalctl has nothing to say:
Apr 12 14:32:24 localhost systemd[1]: Started Vsftpd ftp daemon.
but then again I haven't really configured journalctl.
thanks

