1.FTP> ENABLE PARSE
FTP> PUT BIRDS*.TXT
Enables parsing and the expansion of wildcards. Copies all
local files starting with the characters BIRDS and ending with
.TXT to the remote host.
2.FTP> ENABLE PARSE
FTP> GET *.DOC
Because parsing is enabled, the remote host expands the
wildcard. All remote files ending in .DOC are copied to the
local system.
The command is equivalent to the following:
FTP> ENABLE PARSE
FTP> MGET *.DOC