FTP
ftp_connect
ftp_login
ftp_pwd
ftp_cdup
ftp_chdir
ftp_mkdir
ftp_rmdir
ftp_nlist
ftp_rawlist
ftp_systype
ftp_pasv
ftp_get
ftp_fget
ftp_put
ftp_fput
ftp_size
ftp_mdtm
ftp_rename
ftp_delete
ftp_site
ftp_quit
|
Authentification d'une connexion FTP
bool ftp_login
(resource ftp_stream, string username, string password)
ftp_login() retourne TRUE
en cas de succès, et FALSE sinon.
ftp_login() authentifie le flot FTP.
|