Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SpaceNetLab/StarryNet
/ sn_init_remote_ftp
Function
sn_init_remote_ftp
starrynet/sn_utils.py:176–178 ·
view source on GitHub ↗
(transport)
Source
from the content-addressed store, hash-verified
174
175
176
def
sn_init_remote_ftp(transport):
177
ftp_client = paramiko.SFTPClient.from_transport(transport)
## ftp client
178
return
ftp_client
179
180
181
def
sn_remote_cmd(remote_ssh, cmd):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected