Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server ident shouldn't be shown in the STAT response #43

Closed
giampaolo opened this issue May 28, 2014 · 6 comments
Closed

Server ident shouldn't be shown in the STAT response #43

giampaolo opened this issue May 28, 2014 · 6 comments
Labels
bug Component-Library imported imported from old googlecode site and very likely outdated Security

Comments

@giampaolo
Copy link
Owner

From billiej...@gmail.com on October 24, 2007 15:18:40

A client connected to ftpd sending a STAT command will receive the
following response:

211-Python FTP server library (pyftpdlib) 0.2.0 status:
  Connected to: 127.0.0.1:21
  Logged in as: anonymous
  TYPE: ASCII; STRUcture: File; MODE: Stream
  Data connection closed.
211 End of status.

The current pyftpdlib implementation provides no easy way to modify the
server ident ("pyftpdlib 0.2.0" in this case) provided with STAT response.
It would be good adding a new global variable for users who want to modify it.

Original issue: http://code.google.com/p/pyftpdlib/issues/detail?id=43

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on December 09, 2007 08:23:39

I rethought: a global variable for such a thing is somehow wasted.
I noticed that a lot of ftp servers return their hostname where we currently provide
the server-ident but I'd personally dislike doing the same since the user couldn't
want to show that information.

I guess that returning a generic "FTP server status" response would be more
convenient, imho.

Summary: Server ident shouldn't be shown in the STAT response
Labels: -Usability Security

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on December 09, 2007 08:29:03

Fixed in svn, revision #200 .

Status: Finished

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on January 06, 2008 06:31:17

Labels: -Type-Enhancement -Milestone-0.2.1 Type-Defect Milestone-0.3.0

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on January 17, 2008 10:06:18

Fixed in version 0.3.0.

Status: Fixed

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on May 02, 2008 11:26:20

Labels: Version-0.2.0

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on October 13, 2008 12:13:14

Labels: Component-Library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Component-Library imported imported from old googlecode site and very likely outdated Security
Projects
None yet
Development

No branches or pull requests

1 participant