Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Remote Locations

Tony George edited this page Sep 17, 2017 · 1 revision

Remote Locations

Polo can connect to FTP, SFTP, SSH and Samba servers.

To connect to a remote server, select the Connect to Server… action from the main menu bar:

This opens a dialog where you can enter the server details:

You can also type the remote location URI directly in the pathbar (like ftp://server:port, or smb://server/share). If the server is already connected, the contents of the remote folder will be displayed. Otherwise, the Connect to Server… dialog will open up to help you establish a connection.

There’s a tiny icon beside the Server Type drop-down. Clicking this icon displays a list of previous servers that you connected to. Select an item from the list to fill-in the saved details.

Connected servers show up in the Places section of the Sidebar or the Bookmarks popup. Right-click on the item and select Disconnect to disconnect from the server.

Dependencies

gvfs-mount is used for connecting to remote servers. It mounts remote locations under the folder $XDG_RUNTIME_DIR/gvfs. On most systems this maps to /run/user/$USER/gvfs where $USER is the UID of the current user (usually 1000 for the first user created on the system).

Clone this wiki locally