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 支持。