Opened 20 years ago
Last modified 20 years ago
#1449 closed Patch
Longer Welcome Message, Welcome Message Hidden
Reported by: | jasonjackson | Owned by: | Tim Kosse |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | jasonjackson, Tim Kosse, Eirik | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Hey,
I've been using FileZilla Server and it's great --
better than any other FTP server I tried, including a
number of commercial FTP servers, in fact.
I wanted to be able to use a larger welcome message, so
I've patched the code (0.8.9) to accept lines up to 75
characters long ("220 " + 75 characters == 79) and the
admin interface to accept up to 7500 characters in the
text input widget. But then the admin interface and
the on-disk log were showing my huge welcome message,
which was irritating, so I also patched the code so
that the welcome message will not be shown there (I
added a switch to Send() to tell it whether or not to
also display the output by calling SendStatus()).
Attached is an archive with my changed files and a
diff. If you don't want to go the diff route, just
search the changed files for "jason" -- I've
commented each line I changed.
-jason
Attachments (1)
Change History (2)
by , 20 years ago
Attachment: | FileZilla_Server_Changes.zip added |
---|
comment:1 by , 20 years ago
Thanks, will be applied to the current source.
It would be nice if you could submit future patches in
unidiff format, I find them easier to read.
A diff and the changed files