是否有公共FTP服务器可以测试上传和下载? [英] Is there a Public FTP server to test upload and download?

查看:738
本文介绍了是否有公共FTP服务器可以测试上传和下载?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想做的是使用c#测量宽带速度。

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

为此,我使用 NetworkInterface.BytesReceived BytesSent 获取从我的网络适配器发送和接收的当前字节数,并获取 DateTime

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.

然后我下载/上传文件并获得 BytesReceived / BytesSent DateTime 。下载/上传速度就是 BytesReceived / BytesSent 之间的差除以时间差。

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.

现在,我想知道是否有公共FTP服务器可以下载和上传文件。

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

推荐答案

Tele2提供 ftp://speedtest.tele2.net ,您可以匿名登录并上传任何内容以测试您的上传速度。对于下载测试,它们提供固定大小的文件,您可以选择最适合您的测试。

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.

您可以使用 anonymous 的用户名和任何其他名称进行连接密码(例如 anonymous )。
您可以将文件上传到上载文件夹。您无法在此处创建新文件夹。
成功上传后,您的文件将立即删除。

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.

在此处找到: http://speedtest.tele2.net/

这篇关于是否有公共FTP服务器可以测试上传和下载?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆