Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kPush: ftp messages are hard to read. Bundle in a script instead. #4

Open
kobbled opened this issue Sep 7, 2021 · 1 comment
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@kobbled
Copy link
Owner

kobbled commented Sep 7, 2021

sending a lot of files through kPush is not user friendly. If variable files (.VR) of a dependency have changed, all files linked to that dependency will not load properly. Further seeing which file in the ftp shell that is the issue is hard to see. Recommend using a python wrapper script that sends, receives, and interprets the ftp messages. This way you can wrap up if the ftp was successful or not in a color coded progress bar in a cmd/bash shell.

This might give enough control where you can cross compare filenames on the controller to files in the library to see if they have a dependency with the file you are trying to load, and delete that file if the user approves.

@kobbled kobbled added bug Something isn't working enhancement New feature or request labels Sep 7, 2021
@kobbled
Copy link
Owner Author

kobbled commented Sep 7, 2021

This will also provide more directed messages, at the culprit files, and better messages for fixing the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant