sassoftware / python-sasctl

Python package and CLI for user-friendly integration with SAS Viya
https://sassoftware.github.io/python-sasctl
Apache License 2.0
45 stars 40 forks source link

Add recursive folder creation and example #163

Closed xavierBizoux closed 1 year ago

xavierBizoux commented 1 year ago

I've added recursive folder creation to the folder service. This will create create the complete folder structure like the -p parameter on the mkdir command. In addition, I've added an example to upload a complete file structure (folders and files) to the SAS Content Server. I've not added a test for this as I would need help for that part.