Hi, i have created a ftp scritp to put & get (back trasferred file) then compare them using CL program. ie: FTP Script PUT FROM_LIBRARY/FROM_FILE TO_LIBRARY/TO_FILE GET FROM_LIBRARY/FROM_FILE QTEMP/TO_FILE CL pgm 1) RTVMBRD FILE(FROM_LIBRARY/FROM_FILE) NBRCURRCD(&NBRCURRCD) ...
Hi I have a txt file which needs to be sent using FTP.The FTP acript will be in a seperate file.The put command in the FTP script should be updated with the latest txt file on a daily basis sio that the latest file is sent.How do i do that?Also how to i check for FTP failures and send...


