Logging Successful Downloads?

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

Logging Successful Downloads?

Post by RTOWNSEND »

Hello,
We are using CoreFTP Lite Version 2.1 Build #1575, when using the Command Line to download a file from a site with the following example:
C:\Program Files\CoreFTP\corecmd.exe -s -site <SITE_NAME> -d 785d_appcompat.txt -p k:\FTFILES -output <OUTPUT_FILE>

When I check the OUTPUT File it reports the File Downloaded Correctly:
1 1 20080826112534 20080826112534 "k:\FTFILES\785d_appcompat.txt" "/users/cbiz/785d_appcompat.txt"

When I check the Log File I see that the file was not even in the Directory:
Resolving xxx.xxx.xxx.xxx...
xxx.xxx.xxx.xxx connecting...
SSH-2.0-WS_FTP-SSH_1.0
PWD
Current directory is '/users/cbiz'
CWD /users/cbiz
RETR /users/cbiz/785d_appcompat.txt
- 0 bytes transferred
Server error: No such file or folderDELE 785d_appcompat.txt
permission denied...
DELE /users/cbiz/785d_appcompat.txt
permission denied...
Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 1
Total downloaded data: 0

Does the Pro Version have the same issues or is it resolved?
Post Reply