Hi- I am not sure how this works in FTP. I have screen program where I just need to FTP specific file on to another AS400 server.

Here is Piece of code I used

Code:
OVRDBF     FILE(IPUT) TOFILE(MYLIB/QCLSRC) + 
             MBR(FTPCMD)
...