The QUOTE i5/OS® FTP client subcommand sends a subcommand to an FTP server.
QUOTE string
QUOTE RCMD DSPJOBLOG
You can use the Work with Spooled Files (WRKSPLF) command to access the job log. If the WRKSPLF is run from a different user profile, you will need to specify the user profile of the user who logged in to the FTP server.
QUOTE CWD 'SYS1'
The FTP server receives
CWD 'SYS1'
You can get help information from the FTP server by typing this:
QUOTE HELP
The FTP server sends the HELP subcommand to the remote host, which returns a display of all subcommands it supports. The information displayed varies depending on the type of remote host.
It should be noted that FTP server subcommands entered with the QUOTE subcommand only affect the FTP server, but similar client subcommands might affect both the client and the server. For example, the REIN client subcommand sends the FTP server a REIN server subcommand plus reinitializes certain client state variables. QUOTE REIN sends only REIN to the FTP server, but does not change any client state variables.
Be careful when you use the QUOTE subcommand to directly enter server subcommands so that unintended results do not occur. Typically, use the QUOTE subcommand for special situations that cannot use other client subcommands. An example of this is when you want to use one of the special i5/OS FTP server subcommands like CRTL.
Related concepts
Server timeout considerations