Forum Archive

Is there a way to connect to WiFi devices with Pythonista

LERS

SanDisk offers a really nice wireless device that connects to the iPad/iPhone via WiFi. However, you have to use their app (or a handful of compatible apps) to access/stream the files in the device.

Would it be possible to access the files stored in that device through Pythonista + Python Script?

Thanks!

brumm

You have to check which protocols are supported (http, ftp, sftp, smb, ...). Hopefully non-proprietary!

userista

@LERS yep I have one - it's a regular WebDav server so using something like https://github.com/amnong/easywebdav would allow you to interact with it.