Thanks for you help. I checked and my firewall service in Vista is not
started so I assume that can't be the problem. I agree, however, that it
seems like a firewall problem. I also tried using debug mode and passive
mode. I wasn't sure how to enable passive mode but I think I did it by
sending the "PASV" command to the other server by using "Quote PASV" command.
Unfortunately, It still hangs (see below) in passive mode.
Ftp
C:\Users\xxxxxx>ftp -d
ftp> open 99.999.99.999
Connected to 99.999.99.999.
220-Microsoft FTP Service
220 xxxxxxx welcomes you to their FTP site. Authorized personnel only,
ease.
User (99.999.99.999
none)): xxxxxx
---> USER xxxxxxx
331 Password required for xxxxxxx.
Password:
---> PASS xxxxxxx
230 User xxxxxxx logged in.
ftp> prompt
Interactive mode Off .
ftp> quote pasv
---> pasv
227 Entering Passive Mode (66,240,31,227,5,97).
ftp> dir
---> PORT 192,168,1,102,193,4
200 PORT command successful.
---> LIST
150 Opening ASCII mode data connection for /bin/ls.
(hangs indefinetely at this point - must ctrl-c out)