What’s the easiest way I can setup a file sharing service where users can download files from my VPS with a link that I can put on my website?
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!
The very simplest way would be to create a new droplet from the LAMP one-click image (this is overkill for the purpose but will do the job). Once your droplet is created you can use a client like FileZilla to make an SFTP connection to your droplet and upload the file(s) you wish to share to /var/www/html
Note: The LAMP image will install a database server and PHP which are not needed for this. Another option would be to simply install the web server alone. To do this, start by creating your droplet from the Ubuntu 16.04 image. Once it’s finished being created, ssh into the droplet.
Once you’re connected run the following commands:
apt-get update
apt-get -y install apache2
Once this is complete you can use Filezilla to upload your files to /var/www/html
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.