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?
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