~ubuntu-branches/ubuntu/jaunty/ubuntu-docs/jaunty-proposed

« back to all changes in this revision

Viewing changes to internet/C/connecttoserver.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthew East
  • Date: 2009-02-15 11:50:28 UTC
  • Revision ID: james.westby@ubuntu.com-20090215115028-exdnd0gtie61uvn2
Tags: 9.04.2
* Various serverguide fixes:
  - Grammar error (LP: #203829) - Dean Sas
  - Fix mailman dependencies (LP: #291772) - Morten Siebuhr
  - CVS installation error (LP: #298605) - Thomas M
  - Postfox installation error (LP: #306289) - Adam Sommer
  - SSH update (LP: #311900) - Dean Sas
  - unzoo replaced by zoo (LP: #312506)
  - Samba instructions update (LP: #313232) - Adam Sommer
  - Clearer SSL instructions (LP: #314951) - Adam Sommer
  - LDAP error (LP: #319179) - Adam Sommer
  - MoinMoin installation fix (LP: #320840) - Adam Sommer
  - Postfix ssl improvements (LP: #323203) - Adam Sommer
  - Ebox instructions error (LP: #324399) - Dean Sas
  - Typo in openssh section (LP: #325828) - Dean Sas
  - Typo in samba section (LP: #285484) - Nick Ellery
  - SSHD fix (LP: #295279) - Adam Sommer
  - Jeos fix (LP: #307582) - Adam Sommer
  - Remove reference to ebox-all package (LP: #322367) - Adam Sommer

* Typo in "switching from windows" (LP: #309735)
* Broken link in "programming" (LP: #310081) - Jonathan Jesse
* lsb_release issue in "basic commands" (LP: #310713) - Thomas M
* Updating logout instructions (LP: #327060) - Dean Sas
* Updating all documents to use apt-url for installation instructions
* Refreshing pot files for Rosetta
* Recompress *.png files with 'advpng -z -4 file.png' to save space -  Sahak Petrosyan
* Improve instructions on pasting commands (LP: #185892) - Martin Mai
* Rewrite of networking instructions (LP: #298513, LP: #321308, LP: #314680, LP: #321179) - Dougie Richardson
* Amend punctuation of about-ubuntu (LP: #275592) - Dougie Richardson
* Documentation for automatic login (LP: #290467) - Dougie Richardson

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD Docbook XML V.4.3//EN"
 
3
          "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
4
          <!ENTITY % globalent SYSTEM "../../libs/global.ent">
 
5
          %globalent;
 
6
          <!ENTITY % gnome-menus-C SYSTEM "../../libs/gnome-menus-C.ent">
 
7
          %gnome-menus-C;
 
8
          <!ENTITY % xinclude SYSTEM "../../libs/xinclude.mod">
 
9
          %xinclude;
 
10
          <!ENTITY language "en">
 
11
          <!ENTITY ubuntu '<phrase>Ubuntu</phrase>'>
 
12
          ]>
 
13
          <?db.chunk.max_depth 4?>
 
14
<?yelp:chunk-depth 4?>
 
15
<chapter id="connecttoserver" status="review">
 
16
        <title>Connect to a server</title>
 
17
        <para>Ubuntu can connect to a variety of servers using &connecttoserver;</para>
 
18
        
 
19
        <sect1 id="connecttoserver-ftp" status="review">
 
20
                <title>FTP</title>
 
21
                <orderedlist>
 
22
                        <listitem><para>Click &connecttoserver;.</para></listitem>
 
23
                        <listitem><para>From <guilabel>Service Type</guilabel> choose <guilabel>Public FTP</guilabel> for an 
 
24
                        anonymous connection or <guilabel>FTP (With Login)</guilabel> if you have a username.</para></listitem>
 
25
                        <listitem><para>Enter the server address in <guilabel>Server</guilabel>, for example ftp.ubuntu.com.</para></listitem>
 
26
                        <listitem><para>Enter <guilabel>Port</guilabel> and <guilabel>Folder</guilabel> if you need to, this is optional.</para></listitem>
 
27
                        <listitem><para>If you chose <guilabel>FTP (With Login)</guilabel> you will also need to enter a username.</para></listitem>
 
28
                        <listitem><para>If you want a bookmark, click the checkbox and enter a bookmark name.</para></listitem>
 
29
                        <listitem><para>Click <guibutton>Connect</guibutton>.</para></listitem>
 
30
                        <listitem><para>If you chose <guilabel>FTP (With Login)</guilabel> you will be prompted for a password.</para></listitem>
 
31
                        </orderedlist>
 
32
        </sect1>
 
33
        
 
34
        <sect1 id="connecttoserver-ssh" status="review">
 
35
                <title>SSH</title>
 
36
                <orderedlist>
 
37
                        <listitem><para>Click &connecttoserver;.</para></listitem>
 
38
                        <listitem><para>From <guilabel>Service Type</guilabel> choose <guilabel>SSH</guilabel>.</para></listitem>
 
39
                        <listitem><para>Enter the server address in <guilabel>Server</guilabel>.</para></listitem>
 
40
                        <listitem><para>Enter <guilabel>Port</guilabel> and <guilabel>Folder</guilabel> if you need to, this is optional.</para></listitem>
 
41
                        <listitem><para>Enter <guilabel>Username</guilabel>.</para></listitem>
 
42
                        <listitem><para>If you want a bookmark, click the checkbox and enter a bookmark name.</para></listitem>
 
43
                        <listitem><para>Click <guibutton>Connect</guibutton>.</para></listitem>
 
44
                        <listitem><para>You will be prompted for a password.</para></listitem>
 
45
                        </orderedlist>
 
46
        </sect1>
 
47
 
 
48
        <sect1 id="connecttoserver-windowsshare" status="review">
 
49
                <title>Windows Share</title>
 
50
                <orderedlist>
 
51
                        <listitem><para>Click &connecttoserver;.</para></listitem>
 
52
                        <listitem><para>From <guilabel>Service Type</guilabel> choose <guilabel>Windows Share</guilabel>.</para></listitem>
 
53
                        <listitem><para>Enter the server address in <guilabel>Server</guilabel>.</para></listitem>
 
54
                        <listitem><para>Enter <guilabel>Port</guilabel> and <guilabel>Folder</guilabel> and <guilabel>Domain</guilabel> if you need to, this is optional.</para></listitem>
 
55
                        <listitem><para>Enter <guilabel>Username</guilabel>. You can enter a domain and username in the format DOMAIN\username.</para></listitem>
 
56
                        <listitem><para>If you want a bookmark, click the checkbox and enter a bookmark name.</para></listitem>
 
57
                        <listitem><para>Click <guibutton>Connect</guibutton>.</para></listitem>
 
58
                        <listitem><para>You will be prompted for a password if necessary.</para></listitem>
 
59
                        </orderedlist>
 
60
        </sect1>
 
61
 
 
62
        <sect1 id="connecttoserver-webdav" status="review">
 
63
                <title>WebDAV (HTTP)</title>
 
64
                <orderedlist>
 
65
                        <listitem><para>Click &connecttoserver;.</para></listitem>
 
66
                        <listitem><para>From <guilabel>Service Type</guilabel> choose <guilabel>WebDAV (HTTP)</guilabel>.</para></listitem>
 
67
                        <listitem><para>Enter the server address in <guilabel>Server</guilabel>.</para></listitem>
 
68
                        <listitem><para>Enter <guilabel>Port</guilabel> and <guilabel>Folder</guilabel> and <guilabel>Username</guilabel> if you need to, this is optional.</para></listitem>
 
69
                        <listitem><para>If you want a bookmark, click the checkbox and enter a bookmark name.</para></listitem>
 
70
                        <listitem><para>Click <guibutton>Connect</guibutton>.</para></listitem>
 
71
                        <listitem><para>You will be prompted for a password if necessary.</para></listitem>
 
72
                        </orderedlist>
 
73
        </sect1>
 
74
 
 
75
        <sect1 id="connecttoserver-custom" status="review">
 
76
                <title>Custom</title>
 
77
                <orderedlist>
 
78
                        <listitem><para>Click &connecttoserver;.</para></listitem>
 
79
                        <listitem><para>From <guilabel>Service Type</guilabel> choose <guilabel>Custom</guilabel>.</para></listitem>
 
80
                        <listitem><para>Enter the server address in <guilabel>Location (URI)</guilabel>.</para></listitem>
 
81
                        <listitem><para>If you want a bookmark, click the checkbox and enter a bookmark name.</para></listitem>
 
82
                        <listitem><para>Click <guibutton>Connect</guibutton>.</para></listitem>
 
83
                        </orderedlist>
 
84
        </sect1>
 
85
</chapter>