Lines Matching refs:size
343 connection and the expected size of the transfer. The
344 expected size may be None if it could not be determined.
351 size = None
388 size = parse150(resp)
389 return conn, size
488 blocksize: The maximum data size to read from fp and send over
575 of information desired (e.g. ["type", "size", "perm"]).
627 def size(self, filename):
628 '''Retrieve the size of a file.'''
793 conn, size = super().ntransfercmd(cmd, rest)
797 return conn, size
816 Returns the expected transfer size or None; size is not guaranteed to