ftp

Diese Extension ermöglicht den Zugriff auf FTP-Server.

bool ftp_alloc(resource stream, int size[, &response]) 5.0.0

Versucht eine gewisse Menge an Speicherplatz auf einem FTP- Server für einen Upload zu reservieren.

bool ftp_cdup(resource stream) 3.0.13

Wechselt ins übergeordnete Verzeichnis.

bool ftp_chdir(resource stream, string directory) 3.0.13

Ändert das aktuelle Verzeichnis.

int ftp_chmod(resource stream, int mode, string filename) 5.0.0

Ändert die Zugriffsrechte einer Datei auf einem FTP-Server.

bool ftp_close(resource stream) 4.1.0

Schließt einen FTP-Datenstrom.

resource ftp_connect(string host [, int port [, int timeout]]) 3.0.13

Öffnet einen FTP-Datenstrom.

bool ftp_delete(resource stream, string file) 3.0.13

Löscht eine Datei.

bool ftp_exec(resource ...

Get PHP: kurz & gut now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.