Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: BinaryChapter 19
Win32 Modules and Extensions
Next: Reference: Delete
 

Cd

$FTP->Cd(path)
$FTP->Cwd(path)
$FTP->Chdir(path)

Changes the current directory on the FTP remote host. Returns path, or undef on error.


Previous: Reference: BinaryPerl in a NutshellNext: Reference: Delete
Reference: BinaryBook IndexReference: Delete