1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="scan-remote" xml:lang="zh-HK">
<info>
<revision version="0.1" date="2011-12-19" status="stub"/>
<revision pkgversion="3.4" date="2012-02-20" status="review"/>
<link type="guide" xref="index#scan" group="#last"/>
<credit type="author copyright">
<name>Julita Inca</name>
<email its:translate="no">yrazes@gmail.com</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email its:translate="no">mdhillca@gmail.com</email>
</credit>
<credit type="author editor">
<name>Ekaterina Gerasimova</name>
<email its:translate="no">kittykat3756@gmail.com</email>
</credit>
<desc>Scan a folder remotely from your computer.</desc>
</info>
<title>Scan a remote folder</title>
<p><app>Disk Usage Analyzer</app> can scan storage devices which are
accessible remotely. To scan the whole file system or any specific folder
remotely:</p>
<steps>
<item>
<p>Select <guiseq><gui>Analyzer</gui>
<gui>Scan Remote Folder…</gui></guiseq> from the menu</p>
</item>
<item>
<p>Choose the protocol that you wish to use</p>
<!-- <p>Choose one of following protocols, depends of what you want to do:</p>
<terms>
<item>
<title><link xref="ssh">SSH</link></title>
<p>Secure Shell offers you a secure connection because you need to
login with a username and password.</p>
</item>
<item>
<title><link xref="ftp">FTP (with login)</link></title>
<p>File Transfer Protocol with login is reliable because a user
account is required.</p>
</item>
<item>
<title><link xref="windows-share">Windows Share</link></title>
<p>Scan between Windows and Linux machines.</p>
</item>
<item>
<title><link xref="web-dav">WebDAV (HTTP)</link></title>
<p>Web-based Distributed Authoring and Versioning methods of
Hypertext Transfer Protocol HTTP scan folders that are stored on
World Wide Web servers.</p>
</item>
<item>
<title><link xref="web-dav">Secure WebDAV (HTTPS)</link></title>
<p>Secure WebDAV,ensures encryption while you are transfering
data.</p>
</item>
<comment>
<cite date="2011-12-28" href="mailto:mdhillca@gmail.com">Michael Hill</cite>
<p>Custom Location needs a better explanation.</p>
</comment>
<item>
<title><link xref="custom-location">Custom Location</link></title>
<p>Custom Location enables you to access a particular function from
the folder manager.</p>
</item>
</terms>-->
</item>
<item>
<p>Enter in the IP address of the remote storage device into the
<gui>Server</gui> field or the URI, depending on the protocol that you
are using.</p>
<!-- <p>If you are not so sure about the information you have to write into
<gui>Port</gui> and <gui>Folder</gui>, left in blank.</p>-->
</item>
<item>
<p>Click <gui>Scan</gui> to continue; you may be asked for more details,
like a password and username, before the scan will commence.</p>
</item>
</steps>
<note>
<p>Scanning over the network may be slower than scanning a local file
system.</p>
</note>
<note>
<p>Right-click on any folder and select <gui>Open Folder</gui> to launch
the <app>Files</app> application, or <gui>Move to Trash</gui> to move your
folder to <file>Trash</file>.</p>
</note>
</page>
|