Ver Mensaje Individual
  #6  
Antiguo 31-01-2008
Avatar de jachguate
jachguate jachguate is offline
Miembro
 
Registrado: may 2003
Ubicación: Guatemala
Posts: 6.254
Reputación: 28
jachguate Va por buen camino
Francamente no se cual es tu sustento para decir que es un comando del servidor. El listado que has referenciado no dice nada acerca de dicho comando.

El hecho de que se muestre en el help, para mi, no es sino evidencia de que el comando help se interpreta también localmente.

Una muestra mas de ello es que, al tener windows en español, si introducis el comando help mdelete te mostrará la ayuda de dicho comando ¡en español!, independientemente del idioma en que responda el servidor. Esto, en mi caso también ocurre para todos los comandos.

Otra muestra de ello, es la diferencia que tenemos en el help del cliente de consola windows y el de consola de linux si nos conectamos al mismo servidor:

Windows:
Código:
C:\Documents and Settings\Mario Antonio>ftp castilloit.com
Conectado a castilloit.com.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 3 of 50 allowed.
220-Local time is now 08:56. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Usuario (castilloit.com:(none)): xxx
331 User castillo OK. Password required
Contraseña:
230-User xxx has group access to:  xxx
230 OK. Current restricted directory is /
ftp> help
Los comandos se pueden abreviar.  Comandos:

!               delete          literal         prompt          send
?               debug           ls              put             status
append          dir             mdelete         pwd             trace
ascii           disconnect      mdir            quit            type
bell            get             mget            quote           user
binary          glob            mkdir           recv            verbose
bye             hash            mls             remotehelp
cd              help            mput            rename
close           lcd             open            rmdir
ftp>
Linux:

Código:
jcastillo@hyperlink-gateway:~$ ftp ftp.castilloit.com
Connected to ftp.castilloit.com.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 08:48. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Name (ftp.castilloit.com:jcastillo): xxx
331 User castillo OK. Password required
Password:
230-User xxx has group access to:  xxx
230 OK. Current restricted directory is /
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> help
Commands may be abbreviated.  Commands are:

!               debug           mdir            qc              send
$               dir             mget            sendport        site
account         disconnect      mkdir           put             size
append          exit            mls             pwd             status
ascii           form            mode            quit            struct
bell            get             modtime         quote           system
binary          glob            mput            recv            sunique
bye             hash            newer           reget           tenex
case            help            nmap            rstatus         tick
cd              idle            nlist           rhelp           trace
cdup            image           ntrans          rename          type
chmod           lcd             open            reset           user
close           ls              prompt          restart         umask
cr              macdef          passive         rmdir           verbose
delete          mdelete         proxy           runique         ?
ftp>
¿Ves la diferencia?

Finalmente, en esta otra página del mismo sitio, le clasifica como "client command", mientras que dice esto:

Cita:
Empezado por nsftools
If you need to use the "raw" FTP commands instead of these interpreted commands (for example, if you're writing your own FTP client), please consult this list instead.
Donde "this list" es el listado que ya vos nos habías dado.

Hasta luego.

__________________
Juan Antonio Castillo Hernández (jachguate)
Guía de Estilo | Etiqueta CODE | Búsca antes de preguntar | blog de jachguate
Responder Con Cita