[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] 477536 - don't assume PASS follows USER





Chris Lumens wrote:
According to the FTP RFC, the USER command does not need to be followed
by a PASS command.  It's possible to disable password prompting for
anonymous users, as the bug report indicates.  Assuming I am reading all
this FTP command handling code right, the attached patch should bypass
sending a PASS command and waiting for a response if the server gave us
a response of 230 for USER.  I'd appreciate someone else checking this
out as well.


The new code looks good (not tested),

Regards,

Hans


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]