I want to get the folder list of a WebDAV drive. So I use rclone to mount it and then use find ./ -type d
to scan the mounted drive. But I always get a 500 server error after scanning in a while. I guess it is caused because the webdav server can't handle these fast scan folder requests. So how can I limit the speed of find command
and avoid the 500 server error?
Asked
Active
Viewed 35 times
0

T.T
- 321
- 2
- 10