Nextcloud wget files

Hi all,

I’m using nextcloud instalation very well, but I need to develop a external php file refering the files inside our nextcloud.

I’m trying to wget in a valid file but I always got “404 Not found” answer from apache.

Is there any way to unblock wget or “remote download” in nextcloud files?

Thanks,
Marlon

1 Like

@marloncos You should make sure that you use a valid WebDAV link and the right authentication credentials to download files. Additionally it might be worse to create a dedicated app password for your app. Check out te following link to find out how to download files useing WebDAV:

https://docs.nextcloud.com/server/13/user_manual/files/access_webdav.html