I have some automated scripts which perform FTP uploads among other things. I'm wondering what level of error checking I should conduct once these uploads have finished executing.
Could anything go wrong uploading a file when it reports "226 Transfer complete" which would warrant extra tests, besides checking for this string in the log, to check if a file was successfully uploaded?