source: archive/curlftpfs.xml@ 81076bb6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 81076bb6 was 2f8cc75, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Remove curlftpfs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10626 af4574ff-66df-0310-9fd7-8a98e5e911e0

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