Home
last modified time | relevance | path

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

12345

/dports/lang/ruby26/ruby-2.6.9/spec/ruby/library/net/ftp/
H A Dstorbinary_spec.rb29 @ftp.storbinary("STOR binary", f, 4096) {}
39 @ftp.storbinary("STOR binary", f, 10) { |x| res << x }
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/utils/
H A Dftp.py36 ftp.storbinary(f'{command} {filename}', file)
/dports/net-mgmt/py-junos-eznc/junos-eznc-2.5.4/lib/jnpr/junos/utils/
H A Dftp.py77 self.storbinary(
/dports/lang/ruby26/ruby-2.6.9/lib/net/
H A Dftp.rb691 def storbinary(cmd, file, blocksize, rest_offset = nil) # :yield: data method in Net.FTP
845 storbinary("APPE #{remotefile}", f, blocksize, rest_offset, &block)
847 storbinary("STOR #{remotefile}", f, blocksize, rest_offset, &block)
/dports/lang/micropython/micropython-1.17/ports/cc3200/tools/
H A Dupdate-wipy.py57 if "226" in ftp.storbinary("STOR " + "mcuimg.bin", fwfile, 512):
/dports/ftp/py-pyftpdlib/pyftpdlib-1.5.6/pyftpdlib/test/
H A Dtest_functional.py675 self.client.storbinary('stor ' + TESTFN, self.dummy_sendfile)
843 self.client.storbinary('stor ' + TESTFN, self.dummy_sendfile)
848 self.client.storbinary('appe ' + TESTFN, self.dummy_sendfile)
903 self.client.storbinary('stor ' + TESTFN, self.dummy_sendfile)
921 self.assertRaises(ftplib.error_perm, self.client.storbinary,
927 self.client.storbinary('stor ' + TESTFN, self.dummy_sendfile)
948 self.client.storbinary('stor ' + TESTFN, self.dummy_sendfile)
1410 self.client.storbinary("stor " + TESTFN, self.dummyfile)
1896 self.client.storbinary('stor ' + self.TESTFN_2, dummyfile)
2707 self.client.storbinary('stor ' + TESTFN, self.dummy_sendfile)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A 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)
/dports/net/megacmd/MEGAcmd-1.4.1_Win/tests/
H A Dmegacmd_serving_test.py287 ftp.storbinary("STOR " + destination, open(source, "rb"), 1024)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_ftplib.py531 self.client.storbinary('stor', f)
536 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
543 self.client.storbinary('stor', f, rest=r)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_ftplib.py534 self.client.storbinary('stor', f)
539 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
546 self.client.storbinary('stor', f, rest=r)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_ftplib.py534 self.client.storbinary('stor', f)
539 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
546 self.client.storbinary('stor', f, rest=r)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_ftplib.py534 self.client.storbinary('stor', f)
539 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
546 self.client.storbinary('stor', f, rest=r)
/dports/www/py-django-storages/django-storages-1.9.1/storages/backends/
H A Dftp.py133 self._connection.storbinary('STOR ' + os.path.basename(name),
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dftplib.pyi69 def storbinary(
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dftplib.pyi77 def storbinary(
/dports/www/py-lektor/Lektor-3.2.2/lektor/
H A Dpublisher.py350 self.con.storbinary("APPE " + filename, input)
392 self.con.storbinary("STOR " + filename, src, blocksize=32768)
/dports/comms/pyla/pyla/
H A Dhylaproto.py562 s = self.ftp.storbinary('STOT',fd,10240)
582 s = self.ftp.storbinary('STOT',fd,10240)
/dports/devel/py-fs2/fs-2.4.11/fs/
H A Dftpfs.py512 self.ftp.storbinary(
760 ftp.storbinary(
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dftplib.pyi112 def storbinary(
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/Sync/
H A DFtpSyncHandler.py240 self.__ftp.storbinary(
/dports/ftp/py-requests-ftp/requests-ftp-0.3.1/requests_ftp/
H A Dftp.py332 code = self.conn.storbinary('STOR ' + filename, data)
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dftp.py319 self.fs.ftp.storbinary(
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dftplib.pyi118 def storbinary(
/dports/lang/python27/Python-2.7.18/Lib/
H A Dftplib.py463 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in FTP
770 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in FTP_TLS
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dftplib.py463 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in FTP
770 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in FTP_TLS

12345