{% extends "layout.html" %} {% block body %}

Connect to server


You can use this to connect to file servers available on the network. The computers you connect to must be part of the {{config['SMB_WORKGROUP']}} domain/workgroup.

e.g. smb://fileserver.address/share/
{% endblock %}