Registering exit programs

You must register your exit programs before the exit programs take effect. Use the Work with Registration Information (WRKREGINF) command to register your exit programs on your IBM i FTP server.

To register your exit programs, follow these steps:
  1. At the character-based interface, enter WRKREGINF.
  2. Page down to an FTP Server Logon exit point:
    
         QIBM_QTMF_SVR_LOGON   TCPL0100
         QIBM_QTMF_SVR_LOGON   TCPL0200
         QIBM_QTMF_SVR_LOGON   TCPL0300 
         QIBM_QTMF_SERVER_REQ  VLRQ0100
    
  3. Enter 8 in the Opt field to the left of the exit point entry and press Enter.
  4. At the Work with Exit Programs display, enter a 1(add).
  5. Enter the name of the exit program in the Exit Program field.
  6. Enter the name of the library that contains the exit program in the Library field.
  7. Press Enter.
  8. End and restart the FTP server to ensure that all FTP server instances use the exit programs.
  9. Test your exit programs thoroughly.
Note: Exit programs take effect as soon as the FTP server requests a new FTP session. Sessions that are already running are not affected.