Hi, thanks a lot for the app, it has worked wonderfully for many years for me and thanks for chipping in!
Running the command does seem to work with:
OWNCLOUDCMD_COMMAND = "/usr/bin/nextcloudcmd -u {username} -p {password} {local_path} {remote_url}"
OWNCLOUDCMD_TRUSTSSL_COMMAND = "/usr/bin/nextcloudcmd --trust -u {username} -p {password} {local_path} {
remote_url}"
OWNCLOUDCMD_VERSION_COMMAND = "/usr/bin/nextcloudcmd --version"
OWNCLOUDCMD_LD_LIBRARY_PATH = "/usr/lib64/nextcloud"
(note the 64bit lib path, that’s different on 32bit systems)
… but I can’t check against a NC31 server.
And yes, Sailjail needs to be disabled for it to work, or an app profile file must be created.
OR, the newer client must be copied to the install dir and the variables adjusted accordingly.