Library /sys$common/syshlp/TCPIP$FTP_HELP.HLB  —  SET  PASSIVE
    Controls whether the FTP client or server initiates data
    connections.

    DCL Format

      SET PASSIVE  keyword

    UNIX Format

      passive  keyword

1  –  Parameters

 keyword

    The FTP client program starts with the value AUTO. All keyword
    comparisons are done without regard for typographical case (case-
    blind).

    o  ALL

       Does nothing.

    o  AUTO

       The FTP client uses the version of network protocol in use on
       the control connection to determine how the data connection is
       initiated. If the network protocol is IPv4, FTP client behaves
       as though SET PASSIVE OFF had been specified. If the network
       protocol is IPv6, FTP client behaves as though SET PASSIVE ON
       had been specified.

    o  OFF

       The FTP server initiates the data connection.

    o  ON

       The FTP client initiates the data connection. This is often
       useful when a network firewall exists on the path between the
       client and the server and prevents the FTP server from making
       outbound connections.

2  –  Example

  FTP> SET PASSIVE ON
  Passive is ON

      Sets passive mode to ON. The FTP client always initiates the
      data connection.

  FTP> PASSIVE AUTO
  Passive is AUTO (IPv4: OFF, IPv6: ON).

      Sets passive mode back to AUTO.
Close Help