QUOTE string
QUOTE RCMD DSPJOBLOG
You can use WRKSPLF to access the job log. Note that you will need to specify the user profile of the user who logged in to the FTP server if the WRKSPLF is run from a different user profile.
QUOTE CWD 'SYS1'
The server receives
CWD 'SYS1'
You can get help information from the server by typing this:
QUOTE HELP
The 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 server subcommands entered with the QUOTE subcommand only affect the server, but similar client subcommands might affect both the client and the server. For example, the REIN client subcommand sends the server a REIN server subcommand plus reinitializes certain client state variables. QUOTE REIN sends only REIN to the server, but does not change any client state variables.