Skip to content

Commit

Permalink
Activated FTP again.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Apr 26, 2005
1 parent f211550 commit 6ee4c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
provides=".interfaces.IServerType"
/>

<!--
<utility
name="FTP"
component=".ftp.server"
provides=".interfaces.IServerType"
/>
-->

</configure>
2 changes: 1 addition & 1 deletion ftp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def requestAvatar(self, avatarId, mind, *interfaces):
avatar.logout = self.logout
return ftp.IFTPShell, avatar, avatar.logout
raise NotImplementedError, \
"Only IFTPShell interface is supported by this realm")
"Only IFTPShell interface is supported by this realm"

class FTPFactory(ftp.FTPFactory):
allowAnonymous = False
Expand Down

0 comments on commit 6ee4c61

Please sign in to comment.