Skip to content

FTP Session not correctly closed #3090

@cosenmarco

Description

@cosenmarco

Affects Version(s): \ 4.3.20-RELEASE

Hi, we're using spring-integration for uploading FTP files to a server of ours.
Due to some unrelated problem we took a TCP dump on the FTP traffic and we could identify an issue in spring-integration which I'd like to report here.

Basically the FTP session is not closed at all but just the connection is closed. See

This causes the following interaction
spring-integration

I would suggest to add method call logout() in the Session's close() implementation.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions