ftp

The FTP extension in PHP allows you to programmatically connect to and manipulate FTP servers

The FTP extension in PHP allows you to programmatically connect to and manipulate FTP servers. This extension is included in most PHP installations but requires activation in the `php.ini` file. To enable it, uncomment the line `;extension=ftp` and restart your web server.

Already included with PHP.