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

こ雲淡風輕ζ 提交于 2019-12-18 09:55:32

问题


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.


回答1:


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/




回答2:


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.




回答3:


Currently, the link dlptest is working fine.




回答4:


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.




回答5:


NO LONGER VALID. Don't use it.

You use http://test.talia.net/

FTP Test You may also test download and upload rates by anonymous FTP. Use the following settings:

Server: test.talia.net
Username:   anonymous
Password:   <your email address>

To test upload, first cd to the "incoming" directory. Files uploaded here are periodically removed, and cannot be downloaded again.




回答6:


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...!




回答7:


There are both HTTP and FTP servers for upload and download.

HTTP server for upload:

  1. Henry's HTTP Post Dumping Server

FTP server for upload:

  1. SpeedTest

I'll keep on adding more.



来源:https://stackoverflow.com/questions/7968703/is-there-a-public-ftp-server-to-test-upload-and-download

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!