how to use option ftp upload ? #14
-
how to use option ftp upload ? |
Beta Was this translation helpful? Give feedback.
Answered by
lukaskremla
Mar 6, 2025
Replies: 1 comment 5 replies
-
All the information you need is available in the comments or upon hovering over the ? icons. If you have questions about something specific, ask away. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the only information is, as I've said, in the plugin settings comments and question mark tool tips.
I will write some docs once I'm satisfied with how things related to FTP work and won't be changing them much.
It's really just about enabling the option, putting in an SSID and password of the wi-fi your computer is connected to, and then optionally enabling the caching functionality or upload size threshold to optimize how FTP works.
Uploading/starting the FTP server on the board has some overhead of its own, so sometimes it might only be viable after a certain total size of all the files being uploaded. Caching the script works by either saving it on the device so that it doesn…