This command allows special FTP server command execution by supplying host-dependent commands to the remote FTP Server.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
QUOTE | COMMAND | command | Required. The command string to be executed. |
For example, if your remote FTP server is an IBM i you might issue the RCMD command execute a program or command.
Example
QUOTE COMMAND("RCMD DSPSYSVAL SYSVAL(QDATE) OUTPUT(*PRINT)")