-output Not Showing Correct Status

Report client bugs
Post Reply
RTOWNSEND
Posts: 6
Joined: Fri Aug 31, 2007 2:43 pm

-output Not Showing Correct Status

Post by RTOWNSEND »

Hello,
I am using CoreFTP Lite Version 2.0, build 1507. I am trying to use the Command Line to download files and monitor the output, the command I am using is as follows:
C:\\Program Files\\CoreFTP\\corecmd.exe -site APP1(rtownsend) -s -d /January2000/yyyyyy.txt -p H:\DOWNLOAD\FTPAPPMT\JANUARY2000\ -output COREFTPLOG.LOG –delsrc

The transfer does not work, however the output file reports that it was successful:
1 1 20070831103213 20070831103243 "H:\DOWNLOAD\FTPAPPMT\JANUARY2000\" "/JANUARY2000/yyyyyy.txt"


As you can see from the CoreFTP Main log the transfer was not successful:
230 You will be disconnected after 300 s of inactivity.
SYST
215 UNIX Type: L8
CWD /JANUARY2000/
250 CWD command successful. "/JANUARY2000" is current directory.
PASV
227 Entering Passive Mode (10,250,48,58,195,142)
LIST
Connect socket #272 to 10.250.48.58, port 50062...150 Data connection accepted from 10.250.58.15:1769; transfer starting.
226 Transfer ok.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (10,250,48,58,195,82)
RETR yyyyyy.txt
Connect socket #268 to 10.250.48.58, port 50002... - 0 bytes transferred
MDTM yyyyyy.txt
550 "yyyyyy.txt": no such file.
DELE yyyyyy.txt
550 "yyyyyy.txt" : no such file or directory.
DELE /JANUARY2000/yyyyyy.txt
550 Cannot DELE. No permission.
QUIT
550 Cannot DELE. No permission.
Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 1
Total downloaded data: 0

Can I use the -output in CoreFTP Lite or will this only work in CoreFTP Pro?

Thanks in Advance,
Rick
Post Reply