NAME
FtpDownloadDirectory — Download from remote directory into local directory.
ERRORS
Error Conditions
ConditionError CodeError Message
Could not change to remote directory. N/A FTP: Could not change into remote directory $Directory. Quitting.
Overwrite policy is invalid. N/A Invalid OverwritePolicy: $OverwritePolicy. Should be OverwriteAll, RemoteNewer, SizeDifferent, RemoteNewerOrDifferent, or RemoteNewerAndSizeDifferent.
Doing a GET on a file failed. N/A FTP: Could not get $FileName.
RecursePolicy is invalid. N/A Invalid RecursePolicy: $RecursePolicy. Should be either NoRecurse or RecurseIntoSubdirectories.
DeleteUnmatchedPolicy is invalid. N/A Invalid DeleteUnmatchedPolicy: $DeleteUnmatchedPolicy. Should be either DeleteUnmatched or LeaveUnmatched.
For the main part of the command documentation, see here.