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

Method pwd

FTP_controller.py:337–338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

335 self.ftp.mkd(name)
336
337 def pwd(self):
338 return(self.ftp.pwd())
339
340 def get_properties(self, file_details):
341 if(self.server_platform == 'Linux'):

Callers 8

search_fileMethod · 0.45
clipboard_cutMethod · 0.45
clipboard_copyMethod · 0.45
clipboard_pasteMethod · 0.45
copy_fileMethod · 0.45
copy_dirMethod · 0.45
searchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected