Is there a Public FTP server to test upload and download?

DownloadFtpUpload

Download Problem Overview


What I want to do is measure broadband speed using c#.

To do this, I use NetworkInterface.BytesReceived and BytesSent to get the current amount of bytes sent and received from my network adapter and get the DateTime.

Then I download/upload a file and get the BytesReceived/BytesSent and DateTime again. The download/upload speed is just the the difference between the BytesReceived/BytesSent divided by the time difference.

Now I am wondering if there is a public FTP server where I can download and upload files.

Download Solutions


Solution 1 - Download

Tele2 provides ftp://speedtest.tele2.net , you can log in as anonymous and upload anything to test your upload speed. For download testing they provide fixed size files, you can choose which fits best to your test.

You can connect with username of anonymous and any password (e.g. anonymous ). You can upload files to upload folder. You can't create new folder here. Your file is deleted immediately after successful upload.

Found here: http://speedtest.tele2.net/

Solution 2 - Download

Try ftp://test.rebex.net/

It is read-only used for testing Rebex components to list directory and download. Allows also to test FTP/SSL and IMAP.

Username is "demo", password is "password"

See https://test.rebex.net/ for more information.

Solution 3 - Download

Currently, the link dlptest is working fine.

The files will only be stored for 30 minutes before being deleted.

Solution 4 - Download

There's lots of FTP sites you can get into with the 'anonymous' account and download, but a 'public' site that allows anonymous uploads would be utterly swamped with pr0n and warez in short order.

It's easy enough to set up your own FTP server for testing uploads. There's plenty of them for most any desktop OS. There's one built into IIS, for instance.

Solution 5 - Download

I have found an FTP server and its working. I was successfully able to upload a file to this FTP server and then see file created by hitting same url. Visit here and read properly before use. Good luck...!

Edit: link is now dead, but the FTP server is still up! Connect with the username "anonymous" and an email address as a password: ftp://ftp.swfwmd.state.fl.us

BUT FIRST read this before using it

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJayView Question on Stackoverflow
Solution 1 - DownloadbpelhosView Answer on Stackoverflow
Solution 2 - DownloadtatigoView Answer on Stackoverflow
Solution 3 - DownloadAB AbhiView Answer on Stackoverflow
Solution 4 - DownloadMarc BView Answer on Stackoverflow
Solution 5 - DownloadPankaj ParyaniView Answer on Stackoverflow