ErrorLevel issue

Report client bugs
Post Reply
delta69
Posts: 1
Joined: Mon Dec 05, 2005 5:34 pm

ErrorLevel issue

Post by delta69 »

Hello,

I have a problem when interpreting CoreFTP errorlevel :

- When CoreFTP cannot connect to the distant server, I get an ErrorLevel 1, which is right.

- When the transfer is OK, I have an ErrorLevel 0, which is also right.

... But when the transfer starts, but does not succeed (because of a network outage, for instance), I get an errorlevel 0 which is wrong in my opinion (should be at least 1 ...).

Please could you help ?

Regards,
Nicolas
(ev)
Posts: 1
Joined: Tue Jan 03, 2006 3:22 am

the output log file errors too

Post by (ev) »

if I were to send a file "fileName.log" that didn't exist locally, it would still be logged successful. Here's an -output created when the file didn't exist.

(BATCH COMMAND USED)
"d:\Program Files\CoreFTP\coreftp.exe" -s -show -output c:\ftpOutput.log -u c:\fileName.log ftp://user:pass@ftp.server.com

(OUTPUT: ftpOutput.log)
2 1 20060102191323 20060102191323 "/fileName.log" "c:\fileName.log"
Ky
Posts: 12
Joined: Tue Jul 19, 2005 3:05 pm

Post by Ky »

I have the same problem as (ev).



Code: Select all

--- FTP Comand ---
coreftp.exe -site NuBridges_DEV -u C:\temp\S00009C -output c:\temp\mylog

--- Log File (mylog) ---
2  1  20060103104312  20060103104312  "/CI31.#RMT/InnBox/:EDINET/S00009C"  "C:\temp\S00009C"
Ky
Posts: 12
Joined: Tue Jul 19, 2005 3:05 pm

Post by Ky »

This problem is a duplicate thread and is being worked on in another thread.

Please see the following thread.

http://coreftp.com/forums/viewtopic.php?p=3384#3384
Post Reply