ftp_login

ftp_login

(PHP 4, PHP 5, PHP 7)

ftp_loginLogs in to an FTP connection

Description

bool ftp_login ( resource $ftp_stream , string $username , string $password )

Logs in to the given FTP stream.

Parameters

ftp_stream

The link identifier of the FTP connection.

username

The username (USER).

password

登录查看完整内容