Duyệt tập tin trên máy chủ hoặc chia sẻ mạng

Bạn có thể kết nối đến máy chủ hoặc chia sẻ mạng để duyệt và xem tập tin trên đó y như trên máy mình. Cách này tiện lợi để chép tập tin về hoặc gửi tập tin lên trên internet, hoặc chia sẻ tập tin với người dùng khác trong mạng nội bộ.

To browse files over the network, open the Files application from the desktop, 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.

Kết nối đến máy chủ tập tin

  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.

    If you have connected to the server before, you can click on it in the Recent Servers list.

  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.

Writing URLs

A URL, or uniform resource locator, is a form of address that refers to a location or file on a network. The address is formatted like this:

scheme://servername.example.com/folder

The scheme specifies the protocol or type of server. The example.com portion of the address is called the domain name. If a username is required, it is inserted before the server name:

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

Some schemes require the port number to be specified. Insert it after the domain name:

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

Below are specific examples for the various server types that are supported.

Loại máy chủ

You can connect to different types of servers. Some servers are public, and allow anybody to connect. Other servers require you to log in with a username and password.

Bạn có thể không có quyền thực hiện một số thao tác trên máy chủ. Ví dụ, trên FTP công cộng, bạn sẽ hông thể xoá tập tin.

The URL you enter depends on the protocol that the server uses to export its file shares.

SSH

If you have a secure shell account on a server, you can connect using this method. Many web hosts provide SSH accounts to members so they can securely upload files. SSH servers always require you to log in.

A typical SSH URL looks like this:

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 (kèm đăng nhập)

FTP là giao thức phổ biến để trao đổi tập tin trên Internet. Vì dữ liệu không được mã hoá trên FTP, nhiều máy chủ hiện nay cung cấp SSH để thay thế. Một số máy chủ vẫn cho phép hoặc yêu cầu bạn dùng FTP để trao đổi tập tin. Các địa chỉ FTP đòi hỏi đăng nhập thường cho phép bạn xoá và đưa tập tin lên.

A typical FTP URL looks like this:

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

FTP công cộng

Sites that allow you to download files will sometimes provide public or anonymous FTP access. These servers do not require a username and password, and will usually not allow you to delete or upload files.

A typical anonymous FTP URL looks like this:

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

Some anonymous FTP sites require you to log in with a public username and password, or with a public username using your email address as the password. For these servers, use the FTP (with login) method, and use the credentials specified by the FTP site.

Chia sẻ Windows

Máy Windows dùng giao thức độc quyền để chia sẻ tập tin qua mạng cục bộ. Máy tính của bạn trên mạng Windows đôi khi được góm thành từng miền (domain) để dễ quản lý và phân quyền. Nếu bạn có quyền truy cập vào máy tính ở xa, bạn có thể kết nối vào chia sẻ Windows từ trình quản lý tập tin.

A typical Windows share URL looks like this:

smb://servername/Share

WebDAV và WebDAV An toàn

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