You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a synology diskstation as our web server, would it be possible to add subfolder support?
Our smb share currently would look like this smb:///web/CasperShareTest. We need to be able to upload with the following recipe:
JSS_REPOS
share_name
web/CasperShareTest
The text was updated successfully, but these errors were encountered:
We have a similar issue of an SMB share and a sub folder that is our web share. It would be a useful ability to move packages to a sub folder of a network share. Perhaps some separation of the SMB connection function and the package move function so that the move is to a directory path, independent of the share mount.
SMB paths are dealt with in python-jss rather than JSSImporter. Specifically, in distribution_point.py. If you are willing to figure out a way of adding subfolder capability to SMB shares in python-jss, I welcome a pull request.
We are using a synology diskstation as our web server, would it be possible to add subfolder support?
Our smb share currently would look like this smb:///web/CasperShareTest. We need to be able to upload with the following recipe:
JSS_REPOS
share_name
web/CasperShareTest
The text was updated successfully, but these errors were encountered: