I tried to upload a file via the SMB Manager Version 2 by Jörg Hüneburg.
Is there any documentation on that extension? I coudn’t find any on the web.
I tried the network path with /server/folder/ didn’t work.
\\server\folder\ didn’t work because \t in my strings was changed to whitespace or sth. similar.
My code: I want to enter unsername and passwort in textboxes, then get a part of the netzwork-path with the barcodescanner and then make a picture which gets uploaded to the network-path-folder. Please help with the extension and string escaping.
I configured the network path as per documentation tk-file-01/TK-KOS/Medizin/Dokumente/024167xx/02416713 and the local filename is set to the image taken by the Camera1 but the error message is this: localFileName and/or remotePath not found. I let logcat run via adb during scanning the QR-Code, taking the picture and trying to automaticlly upload the picture. Have you any idea where I should look for the root cause?