Invoke FTP Command Action
Description:
This Action invokes the given literal FTP command on the server.

Properties:
FTP Connection:
Enter the Variable containing the previously opened FTP Connection you wish to work in.
FTP Command:
Enter the command, or a Variable containing the command, that you wish to run along with any arguments. For example, you could run FEAT or CHMOD here.
Valid Reply Code(s):
Enter the code(s) that should be returned by the Command, separated by a semicolon. If the FTP Command returns a code that was not entered here, this Action will throw an exception.
Store Reply Code into:
Enter the name of the Variable that will contain the actual code that was returned.
Store Reply Text into:
Enter the name of the Variable that will contain any text returned by the FTP Server.