40 pts.
 i5 FTP over SSL
I have a message: FTP Unsuccesful. See the FTP log in CPSSRC,OUTPUT .... Stupid question: how do I view the log ?

Software/Hardware used:
i5 OS400 v5r4mo
ASKED: July 19, 2010  6:13 PM
UPDATED: July 21, 2010  2:26 PM

Answer Wiki:
Try this command:<pre> RUNQRY QRYFILE(( mylib/CPSSRC OUTPUT ))</pre> You will have to supply the name of the library in place of {mylib}. If you have the SEU product installed, you can probably also use:<pre> STRSEU SRCFILE( mylib/CPSSRC ) SRCMBR( OUTPUT ) OPTION( 5 )</pre> Tom
Last Wiki Answer Submitted:  July 20, 2010  1:09 am  by  TomLiotta   108,055 pts.
All Answer Wiki Contributors:  TomLiotta   108,055 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

RUNQRY QRYFILE works wonderfully ! Thank you !

 40 pts.

 

DSPPFM FILE(mylib/CPSSRC) MBR(OUTPUT) will work also.

 5,670 pts.