-
Notifications
You must be signed in to change notification settings - Fork 20
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
prototype on how ftp could show more info #45
base: master
Are you sure you want to change the base?
Conversation
Hey! thanks for the PR. Could you perhaps send a build over for me to test. I can take a look then and let you know. |
Sure, I have uploaded it here |
Well for some reason it doesn't show up my sd contents from WinSCP. |
Thank you, I will check on that...I was using FileZilla, it should work for you also if you want to try in the meanwhile. |
This version should work with WinSCP. |
That build works. I like how it shows the bytes (MB) remaining, but it seems to blinking instead of showing it constantly. If you can fix that, then I wouldn't mind making this change. |
Thank you for your feedback, the reason for the blinking is because during some GUI cycles there were no data sent/received but I already thought in a way to fix that. Since you have given green light I will improve what's done and I will let you know afterward. I will also make the source code available on my Github page at that point. |
Any updates? Id really like this feature. |
Sorry for the delay but I had a catastrophic hard drive failure on my dev machine, luckily I had already most of the code committed to GitHub. |
Hi Joel,
Please don't accept this pull request, it just to show you what I think it could be an improvement on the ftp menu with a ftp server library I've made based on the ftpd code (it will still have problems like when no network is present, I didn't protect it for now).
Not sure if I should continue investing time on this if you don't like it. Tell me your opinion when you get some time.
Also, for now test it while downloading/uploading a file at a time, although ftp will work, I just made code to display the transfer info of one file.
Thanks,
Marco Martins