prologin.hfs.client module¶
Client library for Home Filesystems (HFS).
-
class
prologin.hfs.client.Client(url_pattern, host_pattern, secret)¶ Bases:
prologin.webapi.ClientInternal HFS client. Use hfs.connect() to create a HFS client object.
-
get_hfs(login, hostname)¶ Request a HFS for login which is logged on hostname.
Return HFS server: (hfs_hostname, hfs_port).
-
-
prologin.hfs.client.connect()¶