Ok, I already made some tests. In my device I installed different file manager (Solid Explorer, RS File Manager) and all of them are able to connect the remote IP
and browse folders and sub-folders. That's right...but...how can I do the same programmatically with FMX?
Obviously I already tried:
FileOpen("//IP_address/FolderName/Filename");
FileOpen("IP_address/FolderName/Filename");
FileOpen("smb://IP_address/FolderName/Filename");
I'm not a Linux expert but probably I should "mount" the remote connection on local filesystem; how can I do it?