FTP.ntransfercmd(cmd, rest=None)
Like transfercmd()
, but returns a tuple of the data connection and the expected size of the data. If the expected size could not be computed, None
will be returned as the expected size. cmd and rest means the same thing as in transfercmd()
.
Please login to continue.