Changeset 377584f for basicnet/netprogs


Ignore:
Timestamp:
09/23/2003 08:34:30 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
95079c36
Parents:
178f7b4
Message:

added chapter intros 16, 18, 20

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

Location:
basicnet/netprogs
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncftp.xml

    r178f7b4 r377584f  
    1 <sect1 id="ncftp" xreflabel="ncftp-&ncftp-version;">
     1<sect1 id="ncftp" xreflabel="NcFTP-&ncftp-version;">
    22<?dbhtml filename="ncftp.html" dir="basicnet"?>
    3 <title>ncftp-&ncftp-version;</title>
     3<title>NcFTP-&ncftp-version;</title>
    44
    55&ncftp-intro;
  • basicnet/netprogs/ncftp/ncftp-config.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Configuring <application>ncftp</application></title>
     2<title>Configuring <application>Nc<acronym>FTP</acronym></application></title>
    33
    44<sect3><title>Config files</title>
     
    99<sect3><title>Configuration Information</title>
    1010
    11 <para>Most <application>ncftp</application> configuration is done while in the
     11<para>Most <application>Nc<acronym>FTP</acronym></application> configuration is done while in the
    1212program and the configuration files are dealt with automatically.  One
    1313exception to this is <filename>~/.ncftp/prefs_v3</filename>.  There are various
  • basicnet/netprogs/ncftp/ncftp-desc.xml

    r178f7b4 r377584f  
    22<title>Contents</title>
    33
    4 <para>The ncftp package contains <command>ncftp</command>, <command>ncftpbatch
     4<para>The <application>Nc<acronym>FTP</acronym></application> package contains <command>ncftp</command>, <command>ncftpbatch
    55</command>, <command>ncftpbookmarks</command>,
    66<command>ncftpget</command>, <command>ncftpls</command>,
  • basicnet/netprogs/ncftp/ncftp-inst.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Installation of <application>ncftp</application></title>
     2<title>Installation of <application>Nc<acronym>FTP</acronym></application></title>
    33
    4 <para>There are two ways to build <application>ncftp</application>.  The first
     4<para>There are two ways to build <application>Nc<acronym>FTP</acronym></application>.  The first
    55(and optimal) way, builds most of the functionality as a shared library and
    66then builds and installs the program linked against this library.  The second
     
    1515</para>
    1616
    17 <para>To install <application>ncftp</application> using the first (and optimal)
     17<para>To install <application>Nc<acronym>FTP</acronym></application> using the first (and optimal)
    1818method, run the following commands:</para>
    1919
     
    2626make install</command></userinput></screen>
    2727
    28 <para>To install <application>ncftp</application> using the second method (with
     28<para>To install <application>Nc<acronym>FTP</acronym></application> using the second method (with
    2929the <filename>libncftp</filename> functionality linked in statically) run the
    3030following commands:</para>
  • basicnet/netprogs/ncftp/ncftp-intro.xml

    r178f7b4 r377584f  
    11<sect2>
    2 <title>Introduction to <application>ncftp</application></title>
     2<title>Introduction to <application>Nc<acronym>FTP</acronym></application></title>
    33
    4 <para>The <application>ncftp</application> package contains a powerful and
     4<para>The <application>Nc<acronym>FTP</acronym></application> package contains a powerful and
    55flexible interface to the Internet standard File Transfer Protocol.  It is
    66intended to replace or supplement the stock <command>ftp</command> program.
  • basicnet/netprogs/netprogs.xml

    r178f7b4 r377584f  
    22<?dbhtml filename="netprogs.html" dir="basicnet"?>
    33<title>Basic Networking Programs</title>
     4
     5<para>These applications are generally client applications used to
     6access the appropriate server across the building or across the world.
     7Tcpwrappers and portmap are support programs for daemons that you may
     8have running on your machine.</para>
    49
    510&ncftp;
Note: See TracChangeset for help on using the changeset viewer.