GET (Copy a File from a Remote System to the Local System)

FTP client subcommand

Get remotefile [localfile]
[(Replace]

remotefile
The file that you want to retrieve from the remote system.
localfile
The local file member, document, or other file you want to create. If you do not specify a local file name, the FTP client provides a default name. For information about the default names, see Default file names for client transfer subcommands.
( Replace
Writes over the localfile if it already exists. The server does not overwrite the localfile unless you specify (Replace.

The file system in which the file resides determines which file name format you use with the GET subcommand.

Note: If the remote file name requires apostrophes as part of the file name, then enclose the file name within two more sets of apostrophes. The following example gets 'MEMBER.ONE' from the remote host. See Enclose subcommand parameters for more information.
GET LIBRARY/FILE.MEMBER 'MEMBER.ONE'
Related reference
File names for client-transfer subcommands
LCD (Change Working Library or Directory on Local System)
File Transfer Protocol client syntax conventions
MGET (Copy Multiple Files from a Remote System to the Local System)
PUT (Copy a File Member from the Local System to a File on a Remote System)
MPUT (Send Multiple File Members from the Local System to a Remote System)
Naming files for transfer