Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update_file_list_thread
Method · 0.45
search_file
Method · 0.45
clipboard_cut
Method · 0.45
clipboard_copy
Method · 0.45
clipboard_paste
Method · 0.45
copy_file
Method · 0.45
copy_dir
Method · 0.45
search
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected