【发布时间】:2015-03-05 08:21:15
【问题描述】:
Dart 是否支持 FTP 协议。特别是在服务器而不是客户端上运行的代码。
谢谢 理查德
【问题讨论】:
Dart 是否支持 FTP 协议。特别是在服务器而不是客户端上运行的代码。
谢谢 理查德
【问题讨论】:
https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:html.HttpRequest 说
HttpRequest can be used to obtain data from HTTP and FTP protocols, and is useful for AJAX-style page updates.
我不知道是否还有必要获得您可能想要的 FTP 支持。
【讨论】: