PDA

View Full Version : 150 response code.


raz0r
03-28-2003, 06:00 AM
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).

not major, but very handy.

many thanks.

darkone
03-28-2003, 06:19 AM
I could add it there, but problem with it is - that it isn't always accurate (if user is downloading file that is currently being uploaded)

raz0r
03-28-2003, 06:34 AM
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.

thanks for the quick response.