allowAnonymous
(type:
bool
)
False
connectionCount
(type:
int
)
0
connectionLimit
(type: NoneType
)
None
noisy
(type:
bool
)
True
numPorts
(type:
int
)
0
overflowProtocol
(type: classobj
)
<class twisted.protocols.ftp.FTPOverflowProtocol at 0x41ac595c>
protocol
(type: type
)
<class 'twisted.protocols.ftp.FTP'>
timeOut
(type:
int
)
600
userAnonymous
(type:
str
)
'anonymous'
welcomeMessage
(type:
str
)
'Twisted 2.5.0+r21316 FTP Server'
buildProtocol(addr)
doStart()
Make sure startFactory is called.
Users should not call this function themselves!
doStop()
Make sure stopFactory is called.
Users should not call this function themselves!
registerProtocol(p)
startFactory()
This will be called before I begin listening on a Port or Connector.
It will only be called once, even if the factory is connected to multiple ports.
This can be used to perform unserialization
tasks that
are best put off until things are actually running, such
as connecting to a database, opening files, etcetera.
stopFactory()
unregisterProtocol(p)
There are no known subclasses.