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.
我正在开发 Webdav 客户端沙丁鱼。我无法使用 Sardine webclient for Webdav 在服务器上创建新文件(例如:file.txt)。我使用创建了目录
sardine.createDirectory(dirPathToCreate);
有没有办法使用沙丁鱼创建一个新文件?
您可以使用 [Sardine.put] https://github.com/lookfirst/sardine/wiki/UsageGuide