Want to upload all files in a folder to one folder on nextcloud

Want to upload all files in a folder to one folder on nextcloud thorugh curl commands.

But * or wildcards not working.

curl -k -u uday:Notallowed1! -T “C:\Users\uday\Downloads*” “https://10.1.90.82/remote.php/webdav/testing/

curl: Can’t open ‘C:\Users\uday\Downloads*’!

Please suggest