I'm using the git client from current master branch with ./gradlew client:run on a Linux machine. When putting an arbitrary file whose file name contains " into a synced folder, the file is not recognized in the Sync tab and thus not uploaded. It neither shows in the file browser. After removing the quotation marks from the filename, everything works as intended. It doesn't matter if the quotation marks are at the beginning, in the middle or at the end of the filename, behavior stays the same.
During client startup and login, I get a bunch of
[TransactionManager] ERROR de.qabel.desktop.daemon.management.DefaultTransferManager - Transaction failed: File not found de.qabel.box.storage.exceptions.QblStorageNotFound: File not found
exceptions, since I have a few files with quotation marks in their filenames in my shared folders, this might correlate. I can provide the full console output of the program if needed.
I'm using the git client from current master branch with
./gradlew client:runon a Linux machine. When putting an arbitrary file whose file name contains"into a synced folder, the file is not recognized in the Sync tab and thus not uploaded. It neither shows in the file browser. After removing the quotation marks from the filename, everything works as intended. It doesn't matter if the quotation marks are at the beginning, in the middle or at the end of the filename, behavior stays the same.During client startup and login, I get a bunch of
[TransactionManager] ERROR de.qabel.desktop.daemon.management.DefaultTransferManager - Transaction failed: File not found de.qabel.box.storage.exceptions.QblStorageNotFound: File not foundexceptions, since I have a few files with quotation marks in their filenames in my shared folders, this might correlate. I can provide the full console output of the program if needed.