Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
c5cf2475
Commit
c5cf2475
authored
Jul 09, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
24e78e69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ZServer/medusa/ftp_server.py
ZServer/medusa/ftp_server.py
+4
-1
lib/python/ZServer/medusa/ftp_server.py
lib/python/ZServer/medusa/ftp_server.py
+4
-1
No files found.
ZServer/medusa/ftp_server.py
View file @
c5cf2475
...
...
@@ -5,7 +5,7 @@
# All Rights Reserved.
#
RCS_ID
=
'$Id: ftp_server.py,v 1.1
7 2001/05/01 11:44:48
andreas Exp $'
RCS_ID
=
'$Id: ftp_server.py,v 1.1
8 2001/07/09 15:13:06
andreas Exp $'
# An extensible, configurable, asynchronous FTP server.
#
...
...
@@ -882,6 +882,9 @@ class xmit_channel (asynchat.async_chat):
# TODO: there's a better way to do this. we need to be able to
# put 'events' in the producer fifo. to do this cleanly we need
# to reposition the 'producer' fifo as an 'event' fifo.
# dummy function to suppress warnings caused by some FTP clients
def
handle_connect
(
self
):
pass
def
close
(
self
):
c
=
self
.
channel
...
...
lib/python/ZServer/medusa/ftp_server.py
View file @
c5cf2475
...
...
@@ -5,7 +5,7 @@
# All Rights Reserved.
#
RCS_ID
=
'$Id: ftp_server.py,v 1.1
7 2001/05/01 11:44:48
andreas Exp $'
RCS_ID
=
'$Id: ftp_server.py,v 1.1
8 2001/07/09 15:13:06
andreas Exp $'
# An extensible, configurable, asynchronous FTP server.
#
...
...
@@ -882,6 +882,9 @@ class xmit_channel (asynchat.async_chat):
# TODO: there's a better way to do this. we need to be able to
# put 'events' in the producer fifo. to do this cleanly we need
# to reposition the 'producer' fifo as an 'event' fifo.
# dummy function to suppress warnings caused by some FTP clients
def
handle_connect
(
self
):
pass
def
close
(
self
):
c
=
self
.
channel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment