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

FTP fixes #2309

Merged
merged 2 commits into from
May 21, 2024
Merged

FTP fixes #2309

merged 2 commits into from
May 21, 2024

Conversation

julianoes
Copy link
Collaborator

See commits, should fix mavlink/MAVSDK-Python#690.

It turns out we should always terminate the FTP session. Otherwise,
servers (e.g. PX4) will just answer with their last response instead of
doing whatever FTP work again.
Copy link

sonarcloud bot commented May 21, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
18.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@julianoes julianoes merged commit 7d6356d into main May 21, 2024
27 of 28 checks passed
@julianoes julianoes deleted the pr-ftp-fixes branch May 21, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FILE_DOES_NOT_EXIST on calling the drone.ftp.list_directory() to fetch internal directories file
1 participant