hi!
i've read most of the topics in this forum and tried some but apparently i cannot find the specific answer. please help.
i am using core ftp le and this command:
"c:\program files\coreftp\coreftp.exe" -output E:\FTP\Log\list.log -log E:\FTP\Log\bat.log -s -O -d /folder1/folder2/*.* -delsrc -site mysite -p E:\FTP\Data
and my primary problem is to have a way to detect if the file (zip file) is corrupted? i would only recognize that a file is corrupted after i download and unzip it in my local pc.
also please advice on the following inquiries:
1.) my log file does not include the rundate time, how can i include it in the log file
2.) before i download the files from /folder1/folder2/, i would like to have a list or count of all the files in /folder1/folder2/. output function only gives the files which are already downloaded or retrieved from /folder1/folder2/ to the local pc
3.) is there a site where i can find all the list of commands for core ftp?
sorry for asking too much.. i would really appreciate your help on this matter. thank you.