php8.5
Home/ Manual/ reference / ftp/ FTP

FTP

The functions in this extension implement client access to files servers speaking the File Transfer Protocol (FTP) as defined in Rfc959. This extension is meant for detailed access to an FTP server providing a wide range of control to the executing script. If you only wish to read from or write to a file on an FTP server, consider using the ftp:// wrapper with the filesystem functions which provide a simpler and more intuitive interface.

Intro

The functions in this extension implement client access to files servers speaking the File Transfer Protocol (FTP) as defined in Rfc959. This extension is meant for detailed access to an FTP server providing a wide range of control to the executing script. If you only wish to read from or write to a file on an FTP server, consider using the ftp:// wrapper with the filesystem functions which provide a simpler and more intuitive interface.

Setup Constants Examples Reference Connection

Source: reference/ftp/book.xml · from the official PHP manual (php/doc-en)