220 ::ffff:111.111.111.111 FTP server ready
ftp: setsockopt: Bad file descriptor
Name (ftp.example.com:deploy): xxx
---> USER xxx
331 Password required for xxx
Password:
---> PASS XXXX
230 User xxx logged in
---> SYST
215 UNIX Type: L8
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir
ftp: setsockopt (ignored): Permission denied
---> PASV
227 Entered Passive Mode (72,32,147,147,70,33)
---> LIST
Then it hangs before sending any file list so... ^C
I'm wondering if FTP from the guest VM doesn't work through NAT? I expected it should work with PASV mode... Any ideas?