Home
last modified time | relevance | path

Searched refs:storbinary (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ftplib.py507 self.client.storbinary('stor', f)
512 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
519 self.client.storbinary('stor', f, rest=r)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dftplib.py438 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in FTP
720 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in FTP_TLS