MCPcopy Create free account
hub / github.com/ActiveState/code / FtpIo

Class FtpIo

recipes/Python/578907_Python_Awesome_DD/recipe-578907.py:244–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 self.target = urllib2.urlopen(target)
243
244class FtpIo(HttpIo):
245 pass
246
247class ScpIo(Io):
248 def __init__(self, bsize=10240, skip=0):

Callers 1

recipe-578907.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected