Home
last modified time | relevance | path

Searched refs:on_file_sent (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/
H A DHISTORY.rst640 "on_file_sent" and "on_file_received" events.
676 - FTPHandler gained two new methods: "on_file_sent" and "on_file_received".
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/docs/
H A Dtutorial.rst508 def on_file_sent(self, file):
H A Dapi.rst268 .. method:: on_file_sent(file)
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/pyftpdlib/
H A Dhandlers.py909 self.cmd_channel.on_file_sent(filename)
1662 def on_file_sent(self, file): member in FTPHandler
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/pyftpdlib/test/
H A Dtest_functional.py1814 def on_file_sent(self, file): member in TestCallbacks.setUp.Handler