Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要浏览并从远程服务器获取一些文件并下载到 Drupal 7 中的本地服务器。有人知道该怎么做吗?有什么模块可以使用吗?
谢谢!
根据您的文件类型,您可以尝试FileField Sources模块。如果您想知道为什么我说“取决于字段类型”,那是因为 FileFields 仅适用于实体。对于站点徽标和其他自定义文件字段,您必须手动集成。
但目前它无法通过 FTP 浏览远程服务器。您可以通过 cURL 浏览自己的服务器或远程服务器。