NAME
FtpUploadDirectory — Upload local directory to remote directory.
ERRORS
Error Conditions
ConditionError CodeError Message
Could not change into remote directory. N/A FTP: Could not change into remote directory $RemoteDirectory. Quitting.
Failed to create a directory on the remote machine. N/A FTP: Could not create directory $FileName on remote. Quitting.
OverwritePolicy is invalid. N/A Invalid OverwritePolicy $OverwritePolicy. Valid options are: LocalNewer, SizeDifferent, LocalNewerAndSizeDifferent, LocalNewerOrSizeDifferent, OverwriteAll
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.