I'd like to connect to the FileZilla ftp server running on Windows 7 host from ftp client on Slackware guest. I can successfully login, pwd cd, etc. When the mode is passive i can ls or get but when in active (passive == off) i got the following result:
150 Opening data channel for directory listing of "/DNS"
425 Can't open data connection for transfer of "/DNS"
ABOR
226 ABOR command successful
Why doesn't the active mode work? What to do to make it works? I'm running VirtualBox in the NAT network mode with port forwarding enabled.