
Hello,
I have a CL function which sends a .ZIP file to our client via SFTP.I have retrieved the size of the .ZIP from our IFS by using QSH to 'ls -l' the details and redirect this output to a data area from which I can extract the size.
I now need to retrieve the size of the same file from our client (as part of our customer SLA) by using SFTP or QSH to ensure that the transfer completed successfully by comparing the file sizes.
Any help/examples will be very gratefully received.
Thankyou :-)




