Click to See Complete Forum and Search --> : ftp command failure


eduac
07-10-2003, 02:22 PM
people,

i try to use the (dir,ls) ftp command, but appears the follow error:


ftp> ls
500 Illegal PORT Command
ftp: bind: Address already in use
ftp> dir
500 Illegal PORT Command


what s the problem?

stolzyboy
07-10-2003, 05:09 PM
when you are at the

ftp>

prompt, you need to call the open command and then to whereever you want to go, like

ftp> open 192.168.0.20 // or whatever ip/web address you have

you will get a different prompt where you can then use ls, etc....