source: archive/curlftpfs.xml@ f863fd7d

11.1 11.2 11.3 12.0 12.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 f863fd7d was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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