Skip to content

Commit

Permalink
upgraded the FTP shell to be compatible with the next version of the …
Browse files Browse the repository at this point in the history
…twisted

ftp shell.
  • Loading branch information
mkerrin committed Jul 8, 2005
1 parent d05dc2e commit 13a9c75
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 304 deletions.
3 changes: 2 additions & 1 deletion ftp/__init__.py
Expand Up @@ -14,10 +14,11 @@
"""FTP and SFTP server factories.
"""

from zope.app.server.utils import FTPRequestFactory
from zope.app.server.server import ServerType
from zope.app.server.ftp.server import FTPFactory
from zope.app.server.server import SSHServerType

from utils import FTPRequestFactory
from sftpserver import SFTPFactory

def createFTPFactory(db):
Expand Down

0 comments on commit 13a9c75

Please sign in to comment.