Networking Forums

Networking Forums > Computer Networking > Linux Networking > Is "EPSV" an IPv6 command?

Reply
Thread Tools Display Modes

Is "EPSV" an IPv6 command?

 
 
Chris Carlen
Guest
Posts: n/a

 
      02-11-2004, 05:22 PM
Hi:

Our computer support folks here tried to explain to me that the reason I
sometimes get the "500 'EPSV': command not understood." message when
FTP-ing is that my client is sending an IPv6 command which the remote
FTP server doesn't understand.

I find this difficult to accept.

I think that "EPSV" really means "go into extended passive mode," correct?

To which the server says it can't comply. What should be used instead
is passive mode, which I can make happen by typing "passive", and which
will cause my client to send "PASV" to the server, right?

Here is a transcript of my first experience with a server that gave the
error message, but *did not* hand indefinitely afterward, but instead
corrected itself and continued a useable session:

crcarle@mango:/home.hda6/crcarle$ ftp -d ftp.mozilla.org
Trying 64.12.168.243...
Connected to ftpmoz.newaol.com.
[edit]
Name (ftp.mozilla.org:crcarle): anonymous
---> USER anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
---> PASS XXXX
230 Guest login ok, access restrictions apply.
---> SYST
215 UNIX Type: L8 Version: SUNOS
Remote system type is UNIX.
---> TYPE I
200 Type set to I.
Using binary mode to transfer files.
---> FEAT
500 'FEAT': command not understood.
features[0] = 0
features[1] = -1
features[2] = -1
features[3] = -1
features[4] = -1
features[5] = -1
---> PWD
257 "/" is current directory.
got remotepwd as `/'
ftp> ls
---> TYPE A
200 Type set to A.
ftp: setsockopt (ignored): Permission denied
---> EPSV
500 'EPSV': command not understood.
disabling epsv4 for this connection
---> PASV
227 Entering Passive Mode (64,12,168,243,252,134)
ftp: setsockopt (ignored): Permission denied
---> PORT 134,252,41,13,129,183
200 PORT command successful.
---> LIST
150 Opening ASCII mode data connection for /bin/ls.
total 288
drwxr-xr-x 8 root other 4096 Feb 10 15:42 .
drwxr-xr-x 8 root other 4096 Feb 10 15:42 ..
-r--r--r-- 1 root other 351 Aug 8 2000 Welcome
drwxr-xr-x 2 root other 4096 Jul 8 2002 bin
dr-xr-xr-x 2 root other 4096 Aug 8 2000 dev
dr-xr-xr-x 2 root other 4096 Aug 8 2000 etc
dr-xr-xr-x 3 root sys 4096 Aug 8 2000 opt
drwxr-xr-x 3 root other 4096 Feb 10 15:42 pub
drwxr-xr-x 5 root other 4096 Jul 8 2002 usr
226 ASCII Transfer complete.
ftp> close
---> QUIT
221 Goodbye.
ftp>

Usually it would just hang after the "500 'EPSV': command not
understood." line, and I'd have to quit.

Thanks for comments.

Good day!


--
____________________________________
Christopher R. Carlen
Principal Laser/Optical Technologist
Sandia National Laboratories CA USA
(E-Mail Removed)

 
Reply With Quote
 
 
 
 
Cameron Kerr
Guest
Posts: n/a

 
      02-12-2004, 07:58 AM
Chris Carlen <(E-Mail Removed)> wrote:

> I think that "EPSV" really means "go into extended passive mode," correct?


Correct, but its a message to the server. When the server gets it, and it
doesn't know about the EPSV command, its going to say 'command not
understood'. Some buggy servers might do something slightly undefined,
which may be where your problem of hanging is coming from.

> To which the server says it can't comply. What should be used instead
> is passive mode, which I can make happen by typing "passive", and which
> will cause my client to send "PASV" to the server, right?


Correct.

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
Chris Carlen
Guest
Posts: n/a

 
      02-12-2004, 03:39 PM
Cameron Kerr wrote:
> Chris Carlen <(E-Mail Removed)> wrote:
>
>
>>I think that "EPSV" really means "go into extended passive mode," correct?

>
>
> Correct, but its a message to the server. When the server gets it, and it
> doesn't know about the EPSV command, its going to say 'command not
> understood'. Some buggy servers might do something slightly undefined,
> which may be where your problem of hanging is coming from.
>
>
>>To which the server says it can't comply. What should be used instead
>>is passive mode, which I can make happen by typing "passive", and which
>>will cause my client to send "PASV" to the server, right?

>
>
> Correct.



Thanks for the reply!


--
____________________________________
Christopher R. Carlen
Principal Laser/Optical Technologist
Sandia National Laboratories CA USA
(E-Mail Removed)

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Fwd: SPEWS DOLTS "SneakyP", "Kevin!:?)", "WindsorFox" SPAM braodbandnewsgroup] !:?) Broadband 0 11-30-2005 01:04 AM
Re: SPEWS SLIMES "WindsorFox", "Kevin-!:?)", "Spin Dryer" get the cold shoulder at broadband ng! SneakyP Broadband 0 11-29-2005 10:46 PM
Attention Plus.net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM broadband newsgroup !:?) Broadband 0 11-28-2005 04:28 AM
Attention Plus.Net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM braodband newsgroup !:?) Broadband 0 11-28-2005 03:03 AM
"brctl" command not working, how to create "brctl" file? santa19992000@yahoo.com Linux Networking 1 06-05-2005 12:38 AM



1 2 3 4 5 6 7 8 9 10 11