ftp_cdup | PHP 3.0.13 |
bool ftp_cdup(resource stream) |
|
Wechselt in das übergeordnete Verzeichnis. |
ftp_chdir | PHP 3.0.13 |
bool ftp_chdir(resource stream, string directory) |
|
Wechselt das Verzeichnis. |
ftp_close | PHP 4.1.0 |
void ftp_close(resource stream) |
|
Schließt den FTP-Stream. |
ftp_connect | PHP 3.0.13 |
resource ftp_connect(string host[, int port[, int timeout)]]) |
|
Öffnet einen FTP-Stream. |
ftp_delete | PHP 3.0.13 |
bool ftp_delete(resource stream, string file) |
|
Löscht eine Datei. |
ftp_exec | PHP 4.0.3 |
bool ftp_exec(resource stream, string command) |
|
Fordert die Ausführung eines Programms auf dem FTP-Server an. |
ftp_fget | PHP 3.0.13 |
bool ftp_fget(resource stream, resource fp, string remote_file, int mode[, int resumepos]) |
|
Ruft eine Datei vom FTP-Server ab und schreibt sie in eine offene Datei. |
ftp_fput | PHP 3.0.13 |
bool ftp_fput(resource stream, string remote_file, resource fp, int mode[, int startpos]) |
|
Überträgt eine Datei aus einer offenen Datei an den FTP-Server. |
ftp_get_option | PHP 4.1.0 |
mixed ftp_get_option(resource stream, int option) |
|
Ermittelt eine FTP-Option. |
ftp_get | PHP 3.0.13 |
bool ftp_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos]) |
|
Ruft eine Datei vom FTP-Server ab und schreibt sie in eine lokale Datei. |
ftp_login | PHP 3.0.13 |
bool ftp_login(resource stream, string username, string password) |
|
Führt eine Anmeldung beim FTP-Server durch. |
ftp_mdtm | PHP 3.0.13 |
int ftp_mdtm(resource stream, string filename) |
|
Gibt Datum und Uhrzeit der letzten Dateiänderung zurück bzw. -1, wenn ein Fehler auftritt. |
ftp_mkdir | PHP 3.0.13 |
string ftp_mkdir(resource stream, string directory) |
|
Erstellt ein Verzeichnis und gibt den absoluten Pfad des neuen Verzeichnisses zurück bzw. false, wenn ein Fehler auftritt. |
ftp_nlist | PHP 3.0.13 |
array ftp_nlist(resource stream, string directory) |
|
Gibt ein Array mit den Namen der Dateien im aktuellen Verzeichnis zurück. |
ftp_pasv | PHP 3.0.13 |
bool ftp_pasv(resource stream, bool pasv) |
|
Aktiviert/deaktiviert den passiven Modus. |
ftp_put | PHP 3.0.13 |
bool ftp_put(resource stream, string remote_file, string local_file, int mode[, int startpos]) |
|
Speichert eine Datei auf dem FTP-Server. |
ftp_pwd | PHP 3.0.13 |
string ftp_pwd(resource stream) |
|
Gibt das aktuelle Arbeitsverzeichnis zurück. |
ftp_rawlist | PHP 3.0.13 |
array ftp_rawlist(resource stream, string directory[, bool recursive]) |
|
Gibt eine detaillierte Auflistung eines Verzeichnisses als Array mit Ausgabezeilen zurück. |
ftp_rename | PHP 3.0.13 |
bool ftp_rename(resource stream, string src, string dest) |
|
Benennt eine Datei um. |
ftp_rmdir | PHP 3.0.13 |
bool ftp_rmdir(resource stream, string directory) |
|
Entfernt ein Verzeichnis. |
ftp_set_option | PHP 4.1.0 |
bool ftp_set_option(resource stream, int option, mixed value) |
|
Legt eine FTP-Option fest. |
ftp_site | PHP 3.0.15 |
bool ftp_site(resource stream, string cmd) |
|
Sendet einen site-Befehl an den Server. |
ftp_size | PHP 3.0.13 |
int ftp_size(resource stream, string filename) |
|
Gibt die Größe der Datei zurück bzw. -1, wenn ein Fehler auftritt. |
ftp_systype | PHP 3.0.13 |
string ftp_systype(resource stream) |
|
Gibt die Systemtypkennung zurück. |