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

FTPImportService does not see content of direcotry #149

Closed
rsoika opened this issue Mar 18, 2021 · 1 comment
Closed

FTPImportService does not see content of direcotry #149

rsoika opened this issue Mar 18, 2021 · 1 comment
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Mar 18, 2021

In some cases of FTP Servers the FTPImportService is unable to open the files contained in a directory.

The method call of ftpClient.listFiles(path); is not recommended:

... Since the server may or may not expand glob expressions, using them here is not recommended and may well cause this method to fail. Also, some servers treat a leading '-' as being an option. To avoid this interpretation, use an absolute pathname or prefix the pathname with ./ (unix style servers). Some servers may support "--" as meaning end of options, in which case "-- -xyz" should work.

@rsoika rsoika added the bug label Mar 18, 2021
@rsoika rsoika added this to the 2.2.11 milestone Mar 18, 2021
rsoika added a commit that referenced this issue Mar 18, 2021
Issue #149
@rsoika rsoika added the testing label Mar 18, 2021
@rsoika
Copy link
Member Author

rsoika commented Mar 19, 2021

verified

@rsoika rsoika closed this as completed Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant