Problem exists within command line functionality

Report client bugs
Locked
L1keW1se
Posts: 4
Joined: Mon Apr 22, 2013 4:00 pm

Problem exists within command line functionality

Post by L1keW1se »

CoreFTP LE 2.2 build 1771
Problem exists within the command line functionality
Critical Error - CNonThd
Coredump
coreftp build #1771 (LE), caused an Access Violation (0xc0000005)
in module ntdll.dll at 001b:7c84cd12.
Exception in Exception - CMonThd.
Error occurred at 5/9/2013 08:53:30.
C:\Program Files\CoreFTP\coreftp.exe, run by xxx
Operating system: Windows 2003 Server (5.2.3790).

Command
coreftp.exe -s -site Site1 -d /out/*123*.* -p c:\ftps\in\ -log c:\ftps\xfer.Log -dira /out/ c:\ftps\outDir.txt

Note: ver 2.1 works
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Didn't see the issue on 2003 R2 (32-bit), also ran the test on x64 Win7

Try corecmd.exe instead of coreftp.exe

Also the -nomon option (after the -s)
L1keW1se
Posts: 4
Joined: Mon Apr 22, 2013 4:00 pm

Command line fails

Post by L1keW1se »

Tried those and no luck.

I did notice that the 2.1 logs show TYPE I gettig set and 2.2 logs don't. Also notice in the same logs that there in no sign of RETR in 2.2 version. If you remove the -s you may see the error flash on the screen, I got lucky and captured it with a screen shot. Did your logs actually show files transferred?
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

They did show up in the log. You may want to make sure you don't have more than one coreftp.exe installed (in different directories) because there was a bug in the 1769 build that did have those types of logging issues.
Locked