410 pts.
 User Exit Point Programs
Hi I developed a user exit program, but, it only works when I do FTP from an AS400 green screen. If I run ftp from my PC, I can log in as any user. (Not even sure if my exit program gets executed from a PC. It is in library QGPL. Thanks for your assistance Sincerely Nick

Software/Hardware used:
ASKED: February 6, 2008  4:27 PM
UPDATED: February 6, 2008  5:12 PM

Answer Wiki:
First thing I would check is which exit point you registered your exit program for. When coming from a green screen you would be using client FTP so QIBM_QTMF_CLIENT_REQ would be the correct exit point. On the other hand if a PC is using FTP to a System i then the system is a server and the QIBM_QTMF_SERVER_REQ exit point would be the correct one. When working as a server, the system would not call your exit program (if it is only registered for the client support). Bruce Vining <a href="http://www.brucevining.com/">http://www.brucevining.com/</a> PS - Is there a reason you're opening up a new question each time? Adding to the initial discussion might make it easier for others to follow.
Last Wiki Answer Submitted:  February 6, 2008  5:12 pm  by  bvining   6,055 pts.
All Answer Wiki Contributors:  bvining   6,055 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _