this could be half bug and half a suggestion but here we go.
I was wondering if it were possible for you to add the filesize on when files are RETR'd. as currently it has:
>>> RETR something
>>> 150 Opening BINARY mode data connection for something.
instead of the normal:
>>> RETR somethingelse
>>> 150 Opening BINARY mode data connection for somethingelse (4226109 bytes).
yeh, altho saying that should a user be allowed to download a file that is currently being uploaded?
being incomplete, it will only be marked as bad anyway..
but adding it would be greatlly appreciated.