Apnea Board Forum - CPAP | Sleep Apnea
FlashAir Mapped to Drive OSCAR Can't See Network - Printable Version

+- Apnea Board Forum - CPAP | Sleep Apnea (https://www.apneaboard.com/forums)
+-- Forum: Public Area (https://www.apneaboard.com/forums/Forum-Public-Area)
+--- Forum: Software Support Forum (https://www.apneaboard.com/forums/Forum-Software-Support-Forum)
+--- Thread: FlashAir Mapped to Drive OSCAR Can't See Network (/Thread-FlashAir-Mapped-to-Drive-OSCAR-Can-t-See-Network)



FlashAir Mapped to Drive OSCAR Can't See Network - ResidentSleeper - 07-06-2020

Hi I'm new here. I got my Toshiba FlashAir set to a network drive and then added it. But not OSCAR doesn't see that network drive to add it. Do I need to somehow copy it to a local drive and link that?

Using Windows 10

Do I have to use FlashPAP or is there another way that's automatic?


RE: FlashAir Mapped to Drive OSCAR Can't See Network - Jeff8356 - 07-06-2020

When you mapped the network drive did you do it as WedDAV location?

In the "Map network drive" window select the drive letter you wish to use.
Then in the location window enter: http://192.168.1.120
just replace the above IP address with the IP of your FlashAir card.  You should see an entry in File Explorer for "DavWWWRoot (\\yourIPaddress)"

OSCAR should now import from the FlashAir card over your network.


RE: FlashAir Mapped to Drive OSCAR Can't See Network - ResidentSleeper - 07-07-2020

You only get an option to find directory on OSCAR. There's no way to put the IP Address of the WebDav and have it connect directly to that. Only figured out how to use FlashPap to get it into another directory which OSCAR sees.


RE: FlashAir Mapped to Drive OSCAR Can't See Network - jaswilliams - 07-07-2020

I use flashpap to do the copy to a directory on my pc it works well I found WebDAV made Oscar imports slow due to the low speed of the flashair card


RE: FlashAir Mapped to Drive OSCAR Can't See Network - Jeff8356 - 07-07-2020

(07-07-2020, 01:34 AM)ResidentSleeper Wrote: You only get an option to find directory on OSCAR. There's no way to put the IP Address of the WebDav and have it connect directly to that. Only figured out how to use FlashPap to get it into another directory which OSCAR sees.

After you mount WebDAV with File Explorer, open OSCAR and select "CPAP Importer".  From that popup window choose Select a Folder, then choose Specify.  You should get a File Explorer like window.  Click My Computer then select the drive letter you assigned when you mapped the card.  OSCAR will now import directly from the FlashAir card.

As jaswilliams mentioned this method can be a little slow importing into OSCAR due to the limitations of the FlashAir card.  You can either use FlashPAP, or make a shell script (batch file) that will mount the WebDAV location, copy the files to a folder on your hard drive, then unmount the WebDav.

On my Mac I prefer using a shell script that mounts the FlashAir, copies the files to my hard drive using rsync, then unmounts FlashAir.  Rsync only copies files that have changed since the last copy, so it goes pretty fast.  Windows should have something similar.


RE: FlashAir Mapped to Drive OSCAR Can't See Network - Crimson Nape - 07-07-2020

(07-07-2020, 07:58 AM)Jeff8356 Wrote: On my Mac I prefer using a shell script that mounts the FlashAir, copies the files to my hard drive using rsync, then unmounts FlashAir.  Rsync only copies files that have changed since the last copy, so it goes pretty fast.  Windows should have something similar.

If you are going to mimic this operation on a Windows platform, you have basically 2 (free) options. Use either the command "robocopy" or, better yet, the free Microsoft program, SyncToy2.1. I've experienced problems with robocopy not copying the newest folder in the DATALOG directory. An internet search has reveled that this is a known weak spot in robocopy.