FTPCLIENTPASV FPA FG

Description:

  Displays or changes the FTP client mode between Active or Passive. Passive
  is default.

Form:

  Command Handler: SYSD
  FTPCLIENTPASV|FPA|FA [ARGUMENT]
  Argument:
     passive
     active
  No Argument:  Shows current setting.

Response:

  WITH ARGUMENT
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)
  WITHOUT ARGUMENT
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "FtpClientPasv= <SETTING>\r\n", or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "<SETTING>\r\n", or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)

Examples:

  Verbose command to set FTP mode:
  *.SYSD FTPCLIENTPASV passive<enter>
     Response is: OK\r\n
                 \r\n

  Verbose command to show FTP mode setting:
  *.SYSD FTPCLIENTPASV<enter>
     Response is: OK\r\n
                 FtpClientPasv= passive\r\n
                 \r\n
 

Notes:

  Attempting to use Active mode and connecting to a server outside a firewalled
  network will fail. This is due to the design of the FTP protocol.

  Related commands: HOSTMODE, HOSTTIMER, HOSTIPADDRESS, MIRRORLISTFILE,
    CLTUSERPASSWORD, FTPTIMEOUT, FTPDATATIMEOUT, DONOTREPLACEMPEG
Created By: Adtec Digital