In the Enumeration phase, I try to ftp to the 10.10.10.46 server. It succeeds but I get error while doing directory listing. I can confirm the vpn connection is proper, I have downloaded thepack newly and stopped/started multiple times. Can anyone help here?
ftp 10.10.10.46
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
ftp> dir
200 PORT command successful. Consider using PASV.
425 Failed to establish connection.
I just wanted to say thank you @soumyadeep112 , After wracking my brains trying to figure out why i was having the same issue for the past few attempts.
Applying the passive switch fixed the issue.
I felt i kinda “cheated” myself by getting the backup.zip via a Filezilla client but it was irritating me that i couldn’t get the ftp cmdline to work correctly.
passive mode works for me to execute the dir command. Unfortunately I get a Permission denied error when trying to get backup.zip. (passive and active mode)
It may indicate that the server does not immediately have the resources available to open a data connection. In this case, the client is encouraged to restart the FTP transaction and try again.