Ïðèãëàøàåì ïîñåòèòü
ßçûêîâ (yazykov.lit-info.ru)

Chapter 10: Coding FTP Clients

Table of Contents
Previous Next

Chapter 10: Coding FTP Clients

Overview

Important 

This is a reminder that all source code and support for this book can now be found at http://www.apress.com, even though references within the chapters may point to http://www.wrox.com.

FTP is one of the oldest and best-known Internet protocols. It is familiar to most web developers as a standard way to transfer files from one system to another. This chapter provides a complete overview of PHP's FTP support by focusing on the practical aspects of using the FTP extension.

PHP's FTP extension focuses on the non-interactive use of FTP and is not a substitute for a complete FTP client. It is well suited for automated file transfer or for building web-based FTP clients (see below for a sample of this type of script).

This chapter is broken up into three major sections:


Table of Contents
Previous Next