summaryrefslogtreecommitdiffstats
path: root/tde-i18n-da/docs/tdebase/tdeioslave/fish.docbook
blob: e747cedb92d92d546680a48cb5b3c2b7038fc01c (plain)
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<article lang="&language;" id="fish">
<title
>fish</title>
<articleinfo>
<authorgroup>
<author
>&Joerg.Walter; &Joerg.Walter.mail;</author>
<author
>&Brad.Hards; &Brad.Hards.mail;</author>
&erik.kjaer.pedersen.role; 
</authorgroup>

<date
>2005-02-29</date>
<releaseinfo
>1.1.2</releaseinfo>

</articleinfo>

<para
>Tillader dig adgang til filer på en anden maskine med den sikre skalprotokol (<acronym
>SSH</acronym
>). Fjernmaskinen skal køre <acronym
>SSH</acronym
>-dæmonen, men resten af protokollen bruger almindelige kommandolinjeværktøjer, som beskrives nedenfor.</para>

<para
>Du kan bruge kioslaven fish sådan her: <userinput
>fish://<replaceable
>værtsnavn</replaceable
></userinput
>eller <userinput
>fish://<replaceable
>brugernavn</replaceable
>@<replaceable
>værtsnavn</replaceable
></userinput
></para>

<note
><para
>Du skal bruge dobbelte skråstreger.</para
></note>

<para
>Du behøver ikke angive <replaceable
>brugernavn</replaceable
> (og det efterfølgende symbol @) hvis du har samme brugernavn på begge maskiner.</para>

<para
>Du kan tilføje et kodeord i formatet <userinput
>fish://<replaceable
>brugernavn</replaceable
>:<replaceable
>kodeord</replaceable
>@<replaceable
>værtsnavn</replaceable
></userinput
>, men  dette er ikke nødvendigt da du vil blive spurgt hvis du ikke angiver et kodeord.</para>

<para
>Hvis du kører <acronym
>SSH</acronym
>-dæmonen på en anden port end den almindelige, kan du angive porten med normal &URL;-syntaks som vist nedenfor: <userinput
>fish://<replaceable
>værtsnavn</replaceable
>:<replaceable
>portnummer</replaceable
></userinput
>.</para>

<para
>Fish skulle virke med enhver nogenlunde <acronym
>POSIX</acronym
>-kompatibel &UNIX; baseret ekstern computer. Den bruger skal-kommandoerne <command
>cat</command
>, <command
>chgrp</command
>, <command
>chmod</command
>, <command
>chown</command
>, <command
>cp</command
>, <command
>dd</command
>, <command
>env</command
>, <command
>expr</command
>, <command
>grep</command
>, <command
>ls</command
>, <command
>mkdir</command
>, <command
>mv</command
>, <command
>rm</command
>, <command
>rmdir</command
>, <command
>sed</command
>, og <command
>wc</command
>. Fish starter <command
>/bin/sh</command
> som sin skal og forventer det er en Bourne skal (eller kompatibel, såsom <command
>bash</command
>). Hvis <command
>sed</command
> og <command
>file</command
>-kommandoerne er tilgængelige, så vel som en <filename
>/etc/apache/magic</filename
>-fil med &MIME;-type underskrifter, vil disse blive brugt til at gætte &MIME;-typer. </para>

<para
>Hvis <application
>Perl</application
> er tilstede på den eksterne maskine, vil den blive brugt i stedet for. Så behøves kun <command
>env</command
> og <command
>/bin/sh</command
>. Brugen af <application
>Perl</application
> har derudover den fordel at være hurtigere.</para>

<para
>Fish vil måske endda virke på &Windows;-maskiner hvis værktøjer som <application
>Cygwin</application
> er installerede. Alle ovennævnte væktøjer skal være i systemets sti <envar
>PATH</envar
>, og den skal der startes fra, skal kunne behandle kommandoen <command
>echo FISH:;/bin/sh</command
> rigtigt.</para>

</article>