August 2000
Intermediate to advanced
800 pages
13h 15m
English
The functions in this section allow you to make connections to FTP servers. FTP is the file transfer protocol. While the file functions allow you to open and manipulate remote files by specifying a URL instead of a local path, these functions operate directly with the FTP protocol. They offer a greater degree of control. They also allow you to get a list of files on the server. The FTP functions were added to PHP by Andrew Skalski.M.
The ftp_cdup function changes the working directory to the parent directory.
The ftp_chdir function moves the working directory to the specified directory.
Use ftp_connect to begin an ...
Read now
Unlock full access