Skip to content

[FIX] storage_backend_ftp: fix list and get#1

Merged
acsonefho merged 1 commit intoacsone:13.0-storage_backend_ftpfrom
ForgeFlow:13.0-storage_backend_ftp-ff
Aug 30, 2021
Merged

[FIX] storage_backend_ftp: fix list and get#1
acsonefho merged 1 commit intoacsone:13.0-storage_backend_ftpfrom
ForgeFlow:13.0-storage_backend_ftp-ff

Conversation

@LoisRForgeFlow
Copy link

  • list should return a python list of files.
  • get should get and directly return the bynary from the FTP.
    Before, a string was being retrived and then encoded. This is
    problematic if the original binary was not utf-8.

* list should return a python list of files.
* get should get and directly return the bynary from the FTP.
  Before, a string was being retrived and then encoded. This is
  problematic if the original binary was not utf-8.
Copy link

@acsonefho acsonefho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you for your improvement!
Can you also update unit test (if necessary)?

Thanks!

@LoisRForgeFlow
Copy link
Author

Could you do it? You have created then and probably you will adapt faster, also that would allow you to test my changes :)

@acsonefho
Copy link

Could you do it? You have created then and probably you will adapt faster, also that would allow you to test my changes :)

No problem but probably next week =/

@LoisRForgeFlow
Copy link
Author

Thanks!

@LoisRForgeFlow
Copy link
Author

@acsonefho could you merge this?

@acsonefho acsonefho merged commit f2e9004 into acsone:13.0-storage_backend_ftp Aug 30, 2021
lmignon added a commit that referenced this pull request Mar 24, 2023
sbejaoui pushed a commit that referenced this pull request Aug 14, 2023
sbejaoui pushed a commit that referenced this pull request Aug 14, 2023
lmignon added a commit that referenced this pull request Oct 9, 2023
benwillig pushed a commit that referenced this pull request Jan 10, 2024
benwillig pushed a commit that referenced this pull request Jan 10, 2024
benwillig pushed a commit that referenced this pull request Jan 11, 2024
lmignon added a commit that referenced this pull request Nov 10, 2024
lmignon added a commit that referenced this pull request Mar 24, 2025
lmignon added a commit that referenced this pull request May 28, 2025
lmignon added a commit that referenced this pull request May 28, 2025
lmignon added a commit that referenced this pull request May 28, 2025
lmignon added a commit that referenced this pull request May 28, 2025
lmignon added a commit that referenced this pull request May 28, 2025
lmignon pushed a commit that referenced this pull request Jun 3, 2025
lmignon added a commit that referenced this pull request Sep 15, 2025
FrancoMaxime pushed a commit that referenced this pull request Dec 8, 2025
fixup! [19.0][MIG] fs_storage Migration 19.0
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.

2 participants

Comments