By violakarule
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.