source: archive/curlftpfs.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY curlftpfs-download-http
8 "&sourceforge-repo;/curlftpfs/curlftpfs-&curlftpfs-version;.tar.gz">
9 <!ENTITY curlftpfs-download-ftp " ">
10 <!ENTITY curlftpfs-md5sum "969998e9cf1663824f44739e94c703a1">
11 <!ENTITY curlftpfs-size "356 KB">
12 <!ENTITY curlftpfs-buildsize "3.2 MB">
13 <!ENTITY curlftpfs-time "0.6 SBU">
14]>
15
16<sect1 id="curlftpfs" xreflabel="curlftpfs-&curlftpfs-version;">
17 <?dbhtml filename="curlftpfs.html"?>
18
19
20 <title>curlftpfs-&curlftpfs-version;</title>
21
22 <indexterm zone="curlftpfs">
23 <primary sortas="a-curlftpfs">Curlftpfs</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Curlftpfs</title>
28
29 <para>
30 <application>Curlftpfs</application> is a small program that uses Curl and
31 Fuse to mount a remote ftp server in a folder on your computer as though
32 it were a local filesystem. This allows you to open and manipulate the
33 remote files with other applications as though they were on your computer.
34 </para>
35
36 &lfs71_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&curlftpfs-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&curlftpfs-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &curlftpfs-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &curlftpfs-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &curlftpfs-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &curlftpfs-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Curlftpfs Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="curl"/>,
77 <xref linkend="fuse"/> and
78 <xref linkend="glib2"/>
79 </para>
80
81 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/curlftpfs"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Curlftpfs</title>
88
89 <para>
90 Install <application>Curlftpfs</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 To test the results, issue: <command>make check</command>.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106 </sect2>
107
108
109 <sect2 id="curlftpfs-install">
110 <title>Using Curlftpfs</title>
111
112 <para>
113 To mount ftp://ftp.gnome.org/pub/gnome/sources on ~/gnome:
114 </para>
115
116<screen><userinput>cd &amp;&amp;
117mkdir gnome &amp;&amp;
118curlftpfs ftp://ftp.gnome.org/pub/gnome/sources gnome</userinput></screen>
119
120 <para>
121 To unmount it again:
122 </para>
123
124<screen><userinput>fusermount -u gnome</userinput></screen>
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132
133 <seglistitem>
134 <seg>curlftpfs.</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="curlftpfs-prog">
144 <term><command>curlftpfs</command></term>
145 <listitem>
146 <para>
147 mounts an ftp host as a local directory.
148 </para>
149 <indexterm zone="curlftpfs curlftpfs-prog">
150 <primary sortas="b-curlftpfs">curlftpfs</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154 </variablelist>
155 </sect2>
156</sect1>
Note: See TracBrowser for help on using the repository browser.