Replies: 1 comment
-
@lookfirst this issue can resolve? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
webdav url path like :
https://xxx/dav/139/oss/auto/myqq/rebootAutoSave/意外杀手2/
public List listFile(String filePath) throws IOException {
Sardine sardine = SardineFactory.begin(config.getUserName(), config.getPassword());
return sardine.getResources(URLUtil.encode(filePath));
}
response info
Beta Was this translation helpful? Give feedback.
All reactions