start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: ebcdic Chapter 16
FTP
Next: Reference: list
 

get

 $

ftp


->get
(

remote

[, 

local

])

Retrieves a file from the server. If specified, local is the name to give the file on the local system, otherwise the name stays the same. Arguments are:

remote

Name of the file to retrieve from the remote system.

local

Either the new filename on the local system, or a filehandle. If omitted, the same filename is used.


Previous: Reference: ebcdic Perl in a Nutshell Next: Reference: list
Reference: ebcdic Book Index Reference: list

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.