Unable to access, make directories (and files) with ftp
- by Kriem
I'm having trouble with my new server and accessing its directories.
I updated my proftpd.conf with:
DefaultRoot /
No I'm able to see the root directory of my server. But, trying to access some directories gives different results.
For example, I can access /vars but I can't access /home or /root
How can I overcome this?
This is what my ftp client says after trying to access /root:
Server said: /root: No such file or directory
Error -125: remote chdir failed
This is what my ftp client says after trying to create a new directory in /:
Server said: untitled folder: Permission denied
Error -140: remote mkdir failed