Comment on ntfy alternative with file attachment on iOS
syaochan@feddit.it 5 days agoI want to send a file to an iPad from a cron script. Currently I’m attaching it to a mail, but if the file is bigger than the max attachment size it won’t be sent. Also in this way I’m using an external service when it’s not needed, since both source and destination are on my lan. I tried ntfy because I was already using it for other tasks, so the server was already in place, but then I realized that iPad app is very limited.
hayalci@fstab.sh 5 days ago
Sounds like you want something like Syncthing instead. There are ios clients for it as well, Mobius gets recommended frequently.
syaochan@feddit.it 4 days ago
I looked into Syncthing for other reasons in the past, isn’t it a sort of Dropbox replacement? I’m not sure how I can achieve what I want with it.