tfatool icon indicating copy to clipboard operation
tfatool copied to clipboard

Tools for managing files with the Toshiba FlashAir wireless SD card

Results 10 tfatool issues
Sort by recently updated
recently updated
newest added

Hello Tad: I just start to learn code in Python with WIFI SD, this is a gread work. When I try to import this function in a project to read...

Thank you so much for providing these utilities for the excellent FlashAir, sadly like its not-so-excellent predecessor the Eye-Fi card, now consigned to unsupported obsolescence. This code provides a reliable...

# A `Session` object to keep connection state The `session.Session` object keeps track of: - Which filters are applied - What the URL of the FlashAir device is (this is...

help wanted

Hi, Can I delete the files on FlashAir?

Per @hntuan94, it would be convenient if `tfatool` exposed a `delete_directory` function. This function would: - walk through the directory and delete any files within - when the directory's empty,...

enhancement

According to https://flashair-developers.com/en/documents/api/uploadcgi/#DELETE there is also a command to remove a file. Are there any plans to implement that?

# Delete files via `flashair-util` Previously, the `upload` entrypoint's `DEL` was used internally to sync directories with FlashAir. @thopiekar has requested (issue #8) that deletion be a first class citizen....

help wanted

Hi Tad, first of all thanks for your work on this Python implementation of a FlashAir Sync and config utility. However, I seem to have some sort of bad luck...

this means it won't work unless the url is anything other than the default of `http://flashair/`

The queries constructed by `tfatool.config` match those in the FlashAir docs, so why don't they work. A quick search reveals that the SD card's config file may have to be...