By default, "sharePWD" will be an empty string.
In that case, it will be overriden with the default random generated password.
Otherwise, it will use the string specified as --shared-password.
[x] Implement
[x] :hourglass: Test on Windows again
:hourglass: [WIP] Adding support for something like --share-name to have a fixed SMB Share name on Windows at least.
Attempt at addressing #3
Added support for
--share-password
flag.By default, "sharePWD" will be an empty string. In that case, it will be overriden with the default random generated password. Otherwise, it will use the string specified as
--shared-password
.:hourglass: [WIP] Adding support for something like
--share-name
to have a fixed SMB Share name on Windows at least.Run tests
make lint make security-check