Dart是否支持FTP协议。特别是在服务器上运行的代码而不是客户端。
感谢 理查德
答案 0 :(得分:1)
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支持,因为您可能需要它。