Replies: 2 comments
-
I haven't seen any other requests for FTP but don't see any reason not to add it. I would probably create a new module to do the FTP update. The code the http_update file is just a thin layer between http and the Arduino update code. You should do something similar for FTP then we can add generically if needed later. The OCPP module can then also use the new FTP module as needed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay, sounds good. Thanks for the input! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I was wondering if there are good use cases for an FTP integration within OpenEVSE. Although HTTP seems to be the very preferred way of file transfers on microcontrollers, there may be some online services which only support FTP. Were there any related request so far?
The background is that I'm planning on updating my OpenEVSE fork / PR with my new FTP client because it's the only really supported file transfer method of OCPP backends. Either the integration will be local to the OCPP module or I would extend the http_update module accordingly. Any opinions on this?
Beta Was this translation helpful? Give feedback.
All reactions