FTP agent does not close open connections on Linux.
$ ps -fu automic
UID PID PPID C STIME TTY TIME CMD
automic 57146 57142 0 14:17 ? 00:00:00 sshd: [email protected]
automic 57147 57146 0 14:17 ? 00:00:00 /usr/libexec/openssh/sftp-server
Steps to reproduce the issue-
- Create a FTP connection object and enter the connection information to your local FTP server and then duplicate it
- 2 different connection objects with same connection data
- Create a FTP job using the two connection objects and more than one copy action in the FTP job, then execute the job
- Check the open FTP connections on your local FTP server, no connection must be left open
Wrong behavior: one FTP connection is left open
RA FTP: 4.0.6