FTP 应该指定什么端口

发布于 2024-12-10 07:50:12 字数 202 浏览 0 评论 0原文

我正在将程序从 Basic4PPC 转换为 Basic4Android。

该程序使用 FTP 从服务器读取小文件。原来的程序运行得很好。现在,使用 Basic4Android 读取文件会导致 success = false。 FTP 连接已关闭且无任何指示。我必须指定一个端口号。示例代码显示 21。该端口是唯一应该工作的端口吗?如何找到正确的端口号?

哈利

Im am converting a program from Basic4PPC to Basic4Android.

That program uses FTP to read a small file from a server. The original program works very well. Now with Basic4Android reading a file results in success = false. FTPConnection closed without indication. I have to specify a port number. The sample code shows 21. Is that port the only one which should work? How to find the correct port number?

Harry

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴我老 2024-12-17 07:50:12

FTP 协议在 RFC 959 中定义,指定端口 21 进行连接,使用端口 20用于必要时的数据传输。虽然您不必使用端口 21 来建立 FTP 连接,但您应该这样做,除非您有充分的理由偏离标准。

The FTP protocol is defined in RFC 959 and specifies port 21 for connections, with port 20 used for data transmissions as necessary. Whilst you don't have to use port 21 to establish an FTP connection, you should do so unless you have a very good reason to diverge from the standard.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文