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: Server encoding detection #2998

Closed
TheDeadOne opened this issue Aug 10, 2023 · 1 comment
Closed

FTP: Server encoding detection #2998

TheDeadOne opened this issue Aug 10, 2023 · 1 comment
Labels

Comments

@TheDeadOne
Copy link
Contributor

Short description

Enable automatic FTP server encoding detection.

Details

org.apache.commons.net.ftp.FTPClient has a setAutodetectUTF8 method to determine if the server supports UTF-8. Enabling the detection on client creation would allow working with files that have non-Latin names.

@ennru
Copy link
Member

ennru commented Nov 30, 2023

Fixed with

Released in Alpakka 7.0.0

@ennru ennru closed this as completed Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants