SELFPHP/Navigationshilfen Funktionsübersicht |
int ftp_cdup (int ftp_stream)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird in das um eine Ebene höherliegende Verzeichnis gewechselt |
int ftp_chdir (int ftp_stream, string Verzeichnis)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird das Verzeichnis auf dem FTP-Server gewechselt |
int ftp_connect (string Host [, int Port])
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine FTP-Verbindung hergestellt |
int ftp_delete (int ftp_stream, string path)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine Datei auf dem FTP-Server gelöscht |
int ftp_get (int ftp_stream, string local_file, string remote_file, int mode)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine Datei vom FTP-Server gelesen und lokal (Download) gespeichert |
int ftp_fput (int ftp_stream, string remote_file, int fp, int mode)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine geöffnete Datei zu dem FTP-Server gesendet (Upload) |
int ftp_fget (int ftp_stream, int fp, string remote_file, int mode)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine Datei vom FTP-Server gelesen und in eine lokal geöffnete Datei (Download) gespeichert |
int ftp_login (int ftp_stream, string Benutzername, string Passwort)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine FTP-Verbindung angemeldet (Login) |
int ftp_mdtm (int ftp_stream, string remote_file)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird die letzte Änderungszeit einer Datei ermittelt |
string ftp_mkdir (int ftp_stream, string Verzeichnis)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird ein neues Verzeichnis erstellt |
array ftp_nlist (int ftp_stream, string Verzeichnis)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Gibt alle Dateien in einem Verzeichnis aus |
int ftp_pasv (int ftp_stream, int pasv)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird der passive Modus ein- oder ausgeschaltet |
int ftp_put (int ftp_stream, string remote_file, string local_file, int mode)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine Datei zu dem FTP-Server gesendet (Upload) |
string ftp_pwd (int ftp_stream)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird der aktuelle Verzeichnisname ausgegeben |
int ftp_quit (int ftp_stream)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine offene FTP-Verbindung geschlossen |
int ftp_rawlist (int ftp_stream, string Verzeichnis)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Gibt alle Dateien in einem Verzeichnis detailliert aus |
int ftp_rename (int ftp_stream, string from, string to)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird eine Datei auf dem FTP-Server umbenannt |
int ftp_rmdir (int ftp_stream, string Verzeichnis)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird ein Verzeichnis gelöscht |
int ftp_site (int ftp_stream, string cmd)
(PHP 3>= 3.0.15, PHP 4 >= 4.0RC1) Es wird ein SITE-Kommando zu dem FTP-Server gesendet |
int ftp_size (int ftp_stream, string remote_file)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird die Größe einer Datei ermittelt |
string ftp_systype (int ftp_stream)
(PHP 3>= 3.0.13, PHP 4 >= 4.0b4) Es wird der Systemtyp des FTP-Servers ermittelt |
weiter: | Functions Funktionen |
zurück: | filePro Funktionen |
SELFPHP/Navigationshilfen Funktionsübersicht |