-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
GET command not always working #9687
Comments
I don’t understand what is the question. What exactly is wrong and what is a suggestion for a fix? |
We just follow
So, that is unclear in what situation the file object might not be returned.
|
hi @artembilan , sorry for my late response!
sorry for wasting your time best regards, juergen |
Thanks for such a thorough investigation and explanation! |
hi,
The GET command of FtpOutboundGateway does not work on all FTP servers (e.g. vsftp) because the FTP protocol allows nothing (empty) to be returned when LS is performed on a file. This means that this line gets always an empty array.
best regrads,
juergen
The text was updated successfully, but these errors were encountered: