I have an ftp batch script that I am using within a bat file. Is there anyway to capture/query the results of the ftp script. For instance, I would like to be able to tell if ftp error code 552 resulted during a file upload. I am capturing the ftp output but don’t know how to utilize within my bat file. For instance, can I somehow use the ‘find’ command to do this?