English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi,
I tried to ftp a file to a remote server.I failed by getting error message as 425- Failed to establish a connection. I used the
debugging mode [=1] in perl. I got the below result

"202 ALLO command ignored"

in one of the lines of the debug result.

please tell me for what reason this error will come and how to solve this.I am using passive mode only.
[ftp->pasv];

thanks,
Gerald Manickam

2007-03-07 23:27:37 · 2 answers · asked by gerald m 1 in Computers & Internet Computer Networking

2 answers

it means nothing! the net::ftp lib is pretty cool about dealing with just about any ftp server.

202 is the error code
the command is "ALLO", it's actually a greeting used to connect. like "HELO" or "ELHO"

all ftp commands have at least 2 names, the one you type, and the one you send.

net::ftp does all the dirty work for you.

2007-03-08 05:33:23 · answer #1 · answered by jake cigar™ is retired 7 · 0 0

The 202 ALLO command is a error suggesting that a command used is not valid on the ftp server to are connecting with. You need to make sure the server supports all the command you are trying to use.

2007-03-08 01:30:57 · answer #2 · answered by mcgranem 3 · 0 1

fedest.com, questions and answers