Hello..I recently migrated our ftp server from Solaris to Linux and the service is running is "vsftpd".
The server is running fine and can do put - get file to / from the server.
Only problem is on ftp prompt, if user is doing "dir" or "ls -l" comand. it's not showing any file. Here is the output.
ftp>
ftp> dir
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp> ls -l
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
How can we solve this issue. Due to this jobs are failing.
Regards,
Sam