01-17-2023, 05:25 PM
RE: Magic Uploader WiFi SD Card?
You will need to modify the connection parameters to work with the Solid Explorer app. I have marked the areas in Green that you will need to modify for the script to work. Your connection parameters may be totally different from mine, but this should get you started. I had to make my files executable so my Windows computer would work with them.
(Connection login line)
curlftpfs ftp://IP address.xx.xx.xx:port# /mnt/ftp -o user=username:password
(File transfer command)
rsync -a --chown=nobody:nogroup --chmod=a+rwx /mnt/ftp/ /NAS/Backup/Medical/'SpO2 Data'/
Good luck!
- Red
(Connection login line)
curlftpfs ftp://IP address.xx.xx.xx:port# /mnt/ftp -o user=username:password
(File transfer command)
rsync -a --chown=nobody:nogroup --chmod=a+rwx /mnt/ftp/ /NAS/Backup/Medical/'SpO2 Data'/
Good luck!
- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips
INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips
INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.