1.

Solve : ftp.exe "Data connection created for directory listing"?

Answer»

Hi folks 

i have problem getting some info from ftp server
so i have this code:
.bat
Code: [Select]ftp -s:a.txt
pause.txt
Code: [Select]open **.***.***.**
******* <USER
******* <pass
cd DATA
dir
and i get this:
Code: [Select]ftp> open **.***.***.**
Connected to **.***.***.**.
220 KRASNAL Serv wita na CesarFTP 0.99G!
User (**.***.***.**:(none)):
331 User LOGIN OK, waiting for password

230 User password OK, CesarFTP server ready
ftp> cd DATA
250 Directory CHANGE OK
ftp> dir
200 command successfully executed
150 Data connection created for directory listing
it hangs at "150 Data connection created for directory listing" only when USING ftp.exe, i can NORMALLY use it thru opera or explorer

my server is windows server 2008 and CesarFTP, port open 21

searched all google and nothing,thanks



Discussion

No Comment Found