MCPcopy Create free account
hub / github.com/RainingComputers/whipFTP / mkd

Method mkd

FTP_controller.py:334–335  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

332 return ''.join(name.split('/')[-1:])
333
334 def mkd(self, name):
335 self.ftp.mkd(name)
336
337 def pwd(self):
338 return(self.ftp.pwd())

Callers 2

create_dirMethod · 0.45
upload_dirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected