XXXIII_ Funciones FTP
FTP es el acrónimo de File Transfer Protocol (Protocolo de Transferencia
de Ficheros_
Cuando se utiliza el módulo FTP, se definen las siguientes constantes:
FTP_ASCII, y
FTP_BINARY_
- Tabla de contenidos
- ftp_alloc __ Allocates space for a file to be uploaded_
- ftp_cdup __ Cambia al directorio padre
- ftp_chdir __ Cambia de directorio en un servidor FTP
- ftp_chmod __ Set permissions on a file via FTP
- ftp_close __ Closes an FTP connection
- ftp_connect __ Establece una conexión FTP
- ftp_delete __ Borra un fichero del servidor FTP_
- ftp_exec __ Requests execution of a program on the FTP server
- ftp_fget __ Descarga un fichero del servidor FTP y lo guarda en
un fichero abierto_
- ftp_fput __ Sube un fichero abierto al servidor FTP_
- ftp_get_option __ Retrieves various runtime behaviours of the current FTP stream
- ftp_get __ Descarga un fichero del servidor FTP_
- ftp_login __ Comienza la sesion en una conexión FTP
- ftp_mdtm __ Devuelve la fecha de última modificación del fichero
especificado_
- ftp_mkdir __ Crea un directorio
- ftp_nb_continue __ Continues retrieving/sending a file (non_blocking)
- ftp_nb_fget __ Retrieves a file from the FTP server and writes it to an open file (non_blocking)
- ftp_nb_fput __ Stores a file from an open file to the FTP server (non_blocking)
- ftp_nb_get __ Retrieves a file from the FTP server and writes it to a local file (non_blocking)
- ftp_nb_put __ Stores a file on the FTP server (non_blocking)
- ftp_nlist __ Devuelve una lista de ficheros del directorio dado_
- ftp_pasv __ Activa o desactiva el modo pasivo_
- ftp_put __ Sube un fichero al servidor FTP_
- ftp_pwd __ Devuelve el nombre del directorio actual
- ftp_quit __ Cierra una conexión FTP
- ftp_raw __ Sends an arbitrary command to an FTP server
- ftp_rawlist __
Devuelve una lista detallada de ficheros del directorio dado_
- ftp_rename __ Renombra un fichero del servidor FTP_
- ftp_rmdir __ Borra un directorio
- ftp_set_option __ Set miscellaneous runtime FTP options
- ftp_site __ Sends a SITE command to the server
- ftp_size __ Devuelve el tamaño del fichero especificado_
- ftp_ssl_connect __ Opens an Secure SSL_FTP connection
- ftp_systype __
Devuelve el identificador de tipo de sistema del servidor FTP remoto_