Report this

What is the reason for this report?

Setting up vsftpd to access Koken CMS folders

Posted on January 10, 2015

Hi There!

How can I set up “vsftpd”? I have stuck with command line “mkdir /home/username/files” from tutorial, and I am getting this message: "mkdir: cannot create directory ‘/home/username/files’: No such file or directory root@ViolaKarule:~# "

and how can I set up acc and password for ftp?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Usually that means the intervening subdirectories do not exist, like /home/whatever_user_name

You could create a directory with the paths automatically generated using ‘-p’ parameter. For example

mkdir -p /home/your_user_name/somedir1/somedir2/finaldestinationpart3

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.