サーバーや共有ディスクのファイルを閲覧する

ファイルサーバーや共有ディスクに接続し、ちょうど手元のコンピューターのファイルにアクセスするのと同じように、ネットワーク上のファイルにアクセスできます。インターネット上でファイルのダウンロードやアップロードをしたり、ローカルネットワーク内のユーザーとファイルを共有したりするときに、この機能は便利です。

To browse files over the network, open the Files application from the Activities overview, and click Other Locations in the sidebar. The file manager will find any computers on your local area network that advertise their ability to serve files. If you want to connect to a server on the internet, or if you do not see the computer you’re looking for, you can manually connect to a server by typing in its internet/network address.

ファイルサーバーに接続する

  1. In the file manager, click Other Locations in the sidebar.

  2. In Connect to Server, enter the address of the server, in the form of a URL. Details on supported URLs are listed below.

    以前に接続したサーバーがあれば、最近使用したサーバーの一覧からそのサーバーを選択できます。

  3. Click Connect. The files on the server will be shown. You can browse the files just as you would for those on your own computer. The server will also be added to the sidebar so you can access it quickly in the future.

URL の書式

URL (Uniform Resource Locator, ユニフォームリソースロケーター) とは、ネットワーク上のファイルの場所を参照するためのアドレスの記述方法です。アドレスは次のような書式で記述します。

scheme://servername.example.com/folder

scheme (スキーム) には、プロトコルあるいやサーバーの種類を指定します。example.com の部分は、ドメイン名と呼ばれます。ユーザー名を指定する必要があれば、サーバー名の前に挿入します。書式は次のとおりです。

scheme://username@servername.example.com/folder

スキームによっては、ポート番号を指定する必要があります。書式は次のとおりです。

scheme://servername.example.com:port/folder

以下は、サポートするサーバー種類に応じた書式の例です。

サーバーの種類

さまざまな種類のサーバーに接続できます。サーバーによっては、誰でも接続できるよう公開されているものもあれば、ユーザー名とパスワードを使ってログインしなければならないものもあります。

権限がなく、サーバーのファイルにたいする特定の操作ができないこともあります。たとえば、公開 FTP サイトでは、ファイルの削除はおそらくできないでしょう。

入力する URL は、共有ファイルを提供するためにサーバーが使用するプロトコルによって変わります。

SSH

サーバーに Secure Shell アカウントがあれば、この方法で接続できます。多くの web ホストは、メンバー向けの SSH アカウントを提供しており、安全にファイルのアップロードができます。SSH サーバーを利用するには、サーバーにログインする必要があります。

典型的な SSH の URL は次のような書式になります。

ssh://username@servername.example.com/folder

When using SSH, all the data you send (including your password) is encrypted so that other users on your network can’t see it.

FTP (要ログイン)

FTP はインターネット上でファイルを交換するポピュラーな方法です。FTP ではデータは暗号化されないため、多くのサーバーが SSH によるアクセスを提供しています。しかしながら、ファイルのアップロードやダウンロードをするのに、FTP が使える、あるいは使わなければならないサイトは、まだ存在します。ログインした FTP サイトでは、通常ファイルの削除やアップロードが可能です。

典型的な FTP の URL は次のような書式になります。

ftp://username@ftp.example.com/path/

公開 FTP

ファイルのダウンロードが可能なサイトは、ときどき一般に公開されていたり、匿名 (Anonymous) での FTP アクセスができることがあります。こうしたサーバーでは、ユーザー名やパスワードは不要ですが、ファイルの削除やアップロードは通常できません。

典型的な匿名 FTP の URL は次のような書式になります。

ftp://ftp.example.com/path/

匿名 FTP サイトによっては、パブリックなユーザー名とパスワード、あるいはパブリックなユーザー名とパスワードとしてあなたのメールアドレスを使ったログインが必要になることもあります。こうしたサーバーにアクセスする場合は、FTP (要ログイン) を選択し、接続先 FTP サイトが指定する認証情報を使用してください。

Windows 共有

Windows コンピューターは、プロプライエタリのプロトコルを使って LAN 上でファイル共有を行います。Windows ネットワークのコンピューターは、組織化し、より適切にアクセス制御するために、ドメインにグルーピングされることがときどきあります。リモートのコンピューターへの適切な権限があれば、ファイルマネージャーから Windows の共有ファイルにアクセスできます。

典型的な Windows 共有 の URL は次のような書式になります。

smb://servername/Share

WebDAV および Secure WebDAV

Based on the HTTP protocol used on the web, WebDAV is sometimes used to share files on a local network and to store files on the internet. If the server you’re connecting to supports secure connections, you should choose this option. Secure WebDAV uses strong SSL encryption, so that other users can’t see your password.

A WebDAV URL looks like this:

dav://example.hostname.com/path

NFS share

UNIX computers traditionally use the Network File System protocol to share files over a local network. With NFS, security is based on the UID of the user accessing the share, so no authentication credentials are needed when connecting.

A typical NFS share URL looks like this:

nfs://servername/path