I have set up an SMB server on my MikroTik, which works fine from multiple Linux machines. However, when I try to connect to it from my iPhone (via the Files app) with user credentials, I get an uninformative error saying, 'The operation couldn't be completed. Invalid argument'. (to connect I use
Code: Select all
smb://<myserverip>/<sharename>
However, when I try to access the SMB server WITHOUT credentials (as a guest), I get no error and can access the files.
My question is - is there any other way around this error? As I don't want to have guest access enabled on my SMB server