You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.