MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / abort

Method abort

Lib/ftplib.py:234–244  ·  view source on GitHub ↗

Abort a file transfer. Uses out-of-band data. This does not follow the procedure from the RFC to send Telnet IP and Synch; that doesn't seem to work with the servers I've tried. Instead, just send the ABOR command as OOB data.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

_check_byeMethod · 0.45
_commandMethod · 0.45
_command_completeMethod · 0.45
_get_responseMethod · 0.45
_get_lineMethod · 0.45

Calls 3

sanitizeMethod · 0.95
getmultilineMethod · 0.95
sendallMethod · 0.80

Tested by

no test coverage detected