Report this

What is the reason for this report?

FTP access to clients using a url

Posted on January 26, 2015

Im running a game server in my vps. My clients need to access punkbuster screenshots. So i want to give them a link to access that .xml file. please can you give me the steps to do that. this is a sample link that one of server provider gave me early. but now this is not working. I want to make a link like this to give to my clients. thank you. example link - ftp://30:5pkq5o9u@128.100.186.137/pb/svss/pbsvss.htm



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.

I created a new account and i tried to install vsftpd with sudo apt-get install vsftpd but its ask for a password for ftp. when i gave all my passwords i used here it says ftp is not in the sudoers file. this incident will be reported.

You would first need to set up an FTP server on your droplet if you have not already:

https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-on-ubuntu-12-04

The link you have displayed should work with any FTP server. The format is:

ftp://username:password@[ipaddress]/path/to/your/file.xml

Make sure you create a new user account on your droplet for this and do not share your default root account details.

ok thank you i will try this.

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.