June 2002
Beginner
759 pages
80h 42m
English
The methods described in this section are used to
control FTP sessions. They apply to FTP session objects created by
the FTP method on an Internet
connection object. FTP creates an
open FTP session and assigns it to an object ($FTP):
use Win32::Internet; $inet = new Win32::Internet( ); $inet->FTP($FTP, "hostname", "username", "password");
The following methods are used on FTP session objects.