FILEZILLA server stats development

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
recek
500 Command not understood
Posts: 1
Joined: 2009-02-11 10:26
First name: recek
Last name: recek

FILEZILLA server stats development

#1 Post by recek » 2009-02-11 10:37

Hi to All,
I'm writing an application for filezilla server to obtain detailed statistics,
using php and mysql to interface.
I hacked along the source code but i cannot obtain the security the file has been downloaded succesfully.
I can be sure the file is deleted successfully ( patching the COMMAND_STORE code )
but the COMMAND_RETR doesn't give the "OK" when the file is succesfully downloaded, but only when an user starts to download it.

The code of the "transfer OK" output comes from the void CControlSocket::ProcessTransferMsg()
BUT it does not say which file il "tranfered OK"

I search along the code to find a way to show
" Transfer ok for user recek file c:\ftp\server\thisfile.zip "
but i reached only
" Transfer ok for user recek file c:\ftp\server\ " -> without the file name.

How can I be sure a file has been downloaded succesfully?
If anybody helps me aut this matter, i can gave the community the statistics program very soon.
thanx in advance.
for any question, post along this forum,
I will clearyfy soon ( I'm workin' full time on it )

PS: sorry for my broken english

Post Reply