<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;

  <!ENTITY curlftpfs-download-http
    "&sourceforge-repo;/curlftpfs/curlftpfs-&curlftpfs-version;.tar.gz">
  <!ENTITY curlftpfs-download-ftp  " ">
  <!ENTITY curlftpfs-md5sum        "969998e9cf1663824f44739e94c703a1">
  <!ENTITY curlftpfs-size          "356 KB">
  <!ENTITY curlftpfs-buildsize     "3.2 MB">
  <!ENTITY curlftpfs-time          "0.6 SBU">
]>

<sect1 id="curlftpfs" xreflabel="curlftpfs-&curlftpfs-version;">
  <?dbhtml filename="curlftpfs.html"?>

  <sect1info>
    <othername>$LastChangedBy: bdubbs $</othername>
    <date>$Date: 2012-09-04 14:28:12 -0400 (Tue, 04 Sep 2012) $</date>
  </sect1info>

  <title>curlftpfs-&curlftpfs-version;</title>

  <indexterm zone="curlftpfs">
    <primary sortas="a-curlftpfs">Curlftpfs</primary>
  </indexterm>

  <sect2 role="package">
    <title>Introduction to Curlftpfs</title>

    <para>
      <application>Curlftpfs</application> is a small program that uses Curl and
      Fuse to mount a remote ftp server in a folder on your computer as though
      it were a local filesystem. This allows you to open and manipulate the
      remote files with other applications as though they were on your computer.
    </para>

    &lfs71_checked;

    <bridgehead renderas="sect3">Package Information</bridgehead>
    <itemizedlist spacing="compact">
      <listitem>
        <para>
          Download (HTTP): <ulink url="&curlftpfs-download-http;"/>
        </para>
      </listitem>
      <listitem>
        <para>
          Download (FTP): <ulink url="&curlftpfs-download-ftp;"/>
        </para>
      </listitem>
      <listitem>
        <para>
          Download MD5 sum: &curlftpfs-md5sum;
        </para>
      </listitem>
      <listitem>
        <para>
          Download size: &curlftpfs-size;
        </para>
      </listitem>
      <listitem>
        <para>
          Estimated disk space required: &curlftpfs-buildsize;
        </para>
      </listitem>
      <listitem>
        <para>
          Estimated build time: &curlftpfs-time;
        </para>
      </listitem>
    </itemizedlist>

    <bridgehead renderas="sect3">Curlftpfs Dependencies</bridgehead>

    <bridgehead renderas="sect4">Required</bridgehead>
    <para role="required">
      <xref linkend="curl"/>,
      <xref linkend="fuse"/> and
      <xref linkend="glib2"/>
    </para>

    <para condition="html" role="usernotes">
      User Notes: <ulink url="&blfs-wiki;/curlftpfs"/>
    </para>
  </sect2>

  <sect2 role="installation">
    <title>Installation of Curlftpfs</title>

    <para>
      Install <application>Curlftpfs</application> by running the following
      commands:
    </para>

<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>

    <para>
      To test the results, issue: <command>make check</command>.
    </para>

    <para>
      Now, as the <systemitem class="username">root</systemitem> user:
    </para>

<screen role="root"><userinput>make install</userinput></screen>
  </sect2>


  <sect2 id="curlftpfs-install">
    <title>Using Curlftpfs</title>

    <para>
      To mount ftp://ftp.gnome.org/pub/gnome/sources on ~/gnome:
    </para>

<screen><userinput>cd &amp;&amp;
mkdir gnome &amp;&amp;
curlftpfs ftp://ftp.gnome.org/pub/gnome/sources gnome</userinput></screen>

    <para>
      To unmount it again:
    </para>

<screen><userinput>fusermount -u gnome</userinput></screen>
  </sect2>

  <sect2 role="content">
    <title>Contents</title>

    <segmentedlist>
      <segtitle>Installed Program</segtitle>

      <seglistitem>
        <seg>curlftpfs.</seg>
      </seglistitem>
    </segmentedlist>

    <variablelist>
      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
      <?dbfo list-presentation="list"?>
      <?dbhtml list-presentation="table"?>

      <varlistentry id="curlftpfs-prog">
        <term><command>curlftpfs</command></term>
        <listitem>
          <para>
            mounts an ftp host as a local directory.
          </para>
          <indexterm zone="curlftpfs curlftpfs-prog">
            <primary sortas="b-curlftpfs">curlftpfs</primary>
          </indexterm>
        </listitem>
      </varlistentry>
    </variablelist>
  </sect2>
</sect1>
