FTP (file transfer protocol)
protocole de transfert de fichiers, méthode de transfert de fichiers sur internet (informatique - Internet)
FTP
File Transfer Protocol
FTP
(Réseaux)
Foiled Twisted Pair - Paire torsadée écrantée. L'ensemble des paires est enveloppé d'un écran global.
(Internet)
File Transfer Protocol - Protocole de transfert de fichiers de la famille IP, basé sur TCP après avoir été créé sur NCP. Voir
IP,
TCP,
NCP. Comparer avec
FTAM,
SFTP,
TFTP.
© 2000-2003 Ouest Systèmes Informatiques
RIFF.ORG. Tous droits réservés.
FTP
Abr de File Transfert Protocol ou Protocole sous Unix de transfert de Fichiers. Programme qui permet de transmettre un fichier d'un ordinateur à un autre.
ftp_cdup
Syntaxe
int ftp_cdup(resource ftp_stream)Description
Change de dossier, et passe au dossier parent.Chapitre :
FTPDocumentation officielle
ftp_chdir
ftp_connect
ftp_delete
Syntaxe
int ftp_delete(resource ftp_stream,string path)Description
Efface un fichier sur un serveur FTP.Chapitre :
FTPDocumentation officielle
ftp_fget
Syntaxe
int ftp_fget(resource ftp_stream,int fp,string remote_file,int mode)Description
Télécharge un fichier depuis un serveur FTP et le sauve dans un fichier déjà ouvert.Chapitre :
FTPDocumentation officielle
ftp_fput
Syntaxe
int ftp_fput(resource ftp_stream,string remote_file,int fp,int mode)Description
Charge un fichier ouvert sur un serveur FTP.Chapitre :
FTPDocumentation officielle
ftp_get
Syntaxe
int ftp_get(resource ftp_stream,string local_file,string remote_file,int mode)Description
Télécharge un fichier depuis un serveur FTP.Chapitre :
FTPDocumentation officielle
ftp_login
Syntaxe
int ftp_login(resource ftp_stream,string username,string password)Description
Authentification d'une connexion FTP.Chapitre :
FTPDocumentation officielle
ftp_mdtm
Syntaxe
int ftp_mdtm(resource ftp_stream,string remote_file)Description
Retourne la date de dernière modification d'un fichier sur un serveur FTP.Chapitre :
FTPDocumentation officielle
ftp_mkdir
ftp_nlist
Syntaxe
int ftp_nlist(resource ftp_stream,string directory)Description
Retourne la liste des fichiers dans un dossier.Chapitre :
FTPDocumentation officielle
ftp_pasv
ftp_put
Syntaxe
int ftp_put(resource ftp_stream,string remote_file,string local_file,int mode)Description
Charge un fichier sur un serveur FTP.Chapitre :
FTPDocumentation officielle
ftp_pwd
ftp_quit
ftp_rawlist
Syntaxe
int ftp_rawlist(resource ftp_stream,string directory)Description
Fait une liste détaillée de fichier dans un dossier.Chapitre :
FTPDocumentation officielle
ftp_rename
Syntaxe
int ftp_rename(resource ftp_stream,string from,string to)Description
Renomme un fichier sur un serveur FTP.Chapitre :
FTPDocumentation officielle
ftp_rmdir
ftp_site
Syntaxe
int ftp_site(resource ftp_stream,string cmd)Description
Envoie la commande SITE au serveur.Chapitre :
FTPDocumentation officielle
ftp_size
Syntaxe
int ftp_size(resource ftp_stream,string remote_file)Description
Retourne la taille d'un fichier.Chapitre :
FTPDocumentation officielle
ftp_systype
Syntaxe
int ftp_systype(resource ftp_stream)Description
Retourne un identifiant de type de serveur FTP.Chapitre :
FTPDocumentation officielle