vsftpd code 226 message changed
Issue
RHEL6/7 vsftpd output the following messages. The description of code '226' is different from RHEL5.
-RHEL6/7:
220 (vsFTPd 3.0.2)
331 Please specify the password.
230 Login successful.
ftp> put testdata
200 PORT command successful. Consider using PASV.
150 Ok to send data.
226 Transfer complete.
- RHEL5:
220 (vsFTPd 2.0.5)
331 Please specify the password.
230 Login successful.
ftp> put testdata
200 PORT command successful. Consider using PASV.
150 Ok to send data.
226 File receive OK.
Environment
- Red Hat Enterprise Linux 5
- Red Hat Enterprise Linux 6/7
- vsftpd
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.