And some other supported modems are ... brand/model ?
It is not MikroTik's job to direct you to their spec sheet
Since this is the beta thread... questions and feedback should be encouraged —
without insulting comments from others. I made the points I want to make about eSIM — it was feedback to Mikrotik, not you. I like Mikrotik and their products & making suggestion for improvement in communication. If you think I'm "lazy", I don't care.
Anyway... different topic...
I came here to
actually report about file-share. I've done a bit of testing of it & I think it's going to be a
very useful feature.
Overall, file-share worked well, both in direct mode and via the proxy. I've mainly been testing in proxy-mode* since I want the https REST server working. And using it to copy scripts from my desktop to test router, without scp/etc. So I know the "Allow Uploads" works. :) If anyone's curious on how it works,
without the spiff website, using command-line `curl`, I wrote that part up here:
viewtopic.php?t=214555 .
My main issues come
when sharing a single file... (which improved since beta2, so still oddities in beta4).
- "File Direct Url" should use the
single file as part of the URL. While the link works, what happens is the filename is the "File Share Key" without extension (so the file cannot be opened by type). Adding the file the url does work, but it should be cut-and-paste from the Direct Url
- You can set the "Allow Uploads" when you have a single file, but the UI does not show an upload button when enabled. The idea being you might want to
REPLACE a single shared file.
- After upgrade to beta5, my /ip/service/https was in "I" invalid state. Disabling and enabling the HTTPS service, didn't fix the invalid. I disabled all the /ip/cloud/file-share, and then disable and re-enabled HTTPS... and that worked to bring things back. I do have IP restricts set on /ip/service/https, so maybe that confused something. Anyway, the confused relationship (or perhaps just inversed?) with /ip/service/https and file-share is a bit confusing.
On the positive side,
- Liked how the web UI changed to a "icon view" when it was only a single — nice touch. (*other than upload button getting lost)
- Since I had to use "Inspect" of the file-share's webpage, to figure out file-share used "multipart/form-data" encoding. I took a peek at the HTML page... absolutely loved the minimalist/framework-less implementation - no libraries, just plain JavaScript!
My only enhancements be...
- While the CLI in /ip/cloud/file-share/settings/print tells the proxy vs not proxy. This is not obvious to most folks I'd imagine but effect troubleshoot... So
file-share "status" should be in the webfig/winbox UI too. Also, the IP > Cloud dialog box is kinda odd now, since it shows ALL the BTH stuff on the "main" screen, while nothing about file-share. Basically IMO /ip/cloud/file-share/settings should appear as a top-level tab in winbox4, along with the BTH one (which has 3). Or perhaps the BTH should be also moved to a separate dialog to keep main IP > Cloud dialog "cleaner" or just pure status. Dunno... Anyway
some thought should be given to look-and-feel on the "main" /ip/cloud screen ... now that it's getting more stuff under it ;).
- And, want some
user-level control on proxy mode or direct mode - the automatic switch based /ip/services REST is kinda weird and should be controllable in some way. Perhaps some master switches in /ip/services is kinda where you configure the router's port listeners, dunno...
- TLS is so critical for many things now... and while kinda esoteric file-share has nifty support for automatically dealing with certificates.
Poor /certificate/enable-ssl-certificate requires a complicated dance to deal with LE's HTTP auth (port 80) and the whole renewal is manual process repeats that pain. But, boy, /ip/cloud/file-share has all that down it seems... while "enable-ssl-certificate" is still – after years – a rather complex affair that likely detours TLS usage on webfig/IPSec/etc. Lots of places use TLS in RouterOS....
- Along same line, CORS support for REST API is still missing – that others could build nifty SPAs using REST, like file-share.
Anyway, generally, good work on file-share.