KB Article #164407
FTP Gateway-specific commands
Problem
-- When using Gateway for FTP transfers in Initiator (client) mode, what are the Gateway-specific commands that can be used (under "FTP-specific commands")?
Resolution
* Aside from most of the standard FTP commands, there are the following:
AC_QUOTE
AE_QUOTE
AC_SITE
AE_SITE
SCRIPT
* The QUOTE and SITE commands are like the standard FTP commands of those names: each one takes one or more arguments that make up a site-specific command. The difference is that you use QUOTE or SITE when the command is to be sent before the file transfer, and the forms given above for post-transfer actions.
* AC_ means that if the command fails the transfer should be marked as Canceled. AE_ means that Gateway should ignore the error and mark the transfer Ended.
* The SCRIPT command is used to invoke a script containing a series of FTP commands to send to the remote server. It can also include AC_QUOTE, AE_QUOTE, AC_SITE and AE_SITE commands, but it cannot contain another SCRIPT command.