-
Notifications
You must be signed in to change notification settings - Fork 13.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FTP coding status #1324
Comments
Answered on macros Issue On Aug 26, 2014, at 10:18 AM, TSC21 notifications@github.com wrote:
|
Thanks for the answer @DonLakeFlyer 👍 We will be waiting for those improvements :) |
I think extra crc32 calculation not needed since it use FILE_TRANSFER_PROTOCOL. Also i have some questions: mavlink/mavros#128 |
I found the sessions leak. After: https://github.com/PX4/Firmware/blob/master/src/modules/mavlink/mavlink_ftp.cpp#L434 |
Yes I have that fixed locally, plus unit test to test it all. Hope to push tonight. On Sep 2, 2014, at 9:31 AM, Vladimir Ermakov notifications@github.com wrote:
|
And the bug source is dir offset calculation (we skip "." & "..").
|
Also skipping unknown entries (prev 'U') breaks too. I think we may add 'S' dirent type (skipped). |
Ahh, I see the problem. Thanks. Just need to bump offset even though the results aren’t sent back, On Sep 15, 2014, at 5:40 AM, Vladimir Ermakov notifications@github.com wrote:
|
@DonLakeFlyer please look my PR's. |
Will do. Probably not till tonight. Also, my comment below is incorrect as I’m sure you already know. On Sep 15, 2014, at 10:26 AM, Donald Gagne don@thegagnes.com wrote:
|
@DonLakeFlyer I presume this is closed? |
Yes. |
Yup |
Hi,
I would like to get the answers to the topics in this mavros issue, regarding the current status of the FTP implementation.
@LorenzMeier and @DonLakeFlyer can you please set up the current status of FTP based on the topics on mavros issue? Thanks in advance!
The text was updated successfully, but these errors were encountered: