source: basicnet/netprogs/ncftp.xml@ ef3ec45

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ef3ec45 was ef3ec45, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged ncftp.xml.

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

  • Property mode set to 100644
File size: 8.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ncftp-download-http "http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
8 <!-- <!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2"> -->
9 <!ENTITY ncftp-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/ncftp-&ncftp-version;-src.tar.bz2">
10 <!ENTITY ncftp-md5sum "2a310a3c9ca126e6b409d0d1d1ccda75">
11 <!ENTITY ncftp-size "389 KB">
12 <!ENTITY ncftp-buildsize "5.2 MB">
13 <!ENTITY ncftp-time "0.38 SBU">
14]>
15
16<sect1 id="ncftp" xreflabel="NcFTP-&ncftp-version;">
17 <?dbhtml filename="ncftp.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24<title>NcFTP-&ncftp-version;</title>
25
26 <indexterm zone="ncftp">
27 <primary sortas="a-NcFTP">NcFTP</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to NcFTP</title>
32
33 <para>The <application>NcFTP</application> package contains
34 a powerful and flexible interface to the Internet standard File Transfer
35 Protocol. It is intended to replace or supplement the stock
36 <command>ftp</command> program.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&ncftp-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&ncftp-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &ncftp-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &ncftp-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &ncftp-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &ncftp-time;</para></listitem>
57 </itemizedlist>
58
59 </sect2>
60
61 <sect2 role="installation">
62 <title>Installation of NcFTP</title>
63
64 <para>There are two ways to build <application>NcFTP</application>.
65 The first (and optimal) way builds most of the functionality as a shared library
66 and then builds and installs the program linked against this library. The
67 second method simply links all of the functionality into the binary statically.
68 This doesn't make the dynamic library available for linking by other applications.
69 You need to choose which method best suits you. Note that the second method
70 does <emphasis>not</emphasis> create an entirely statically linked binary;
71 only the <filename class="libraryfile">libncftp</filename> parts are statically
72 linked in, in this case. Be aware that building and using the shared library is
73 covered by the Clarified Artistic License; however, developing applications that
74 utilize the shared library is subject to a different license.</para>
75
76 <para>To install <application>NcFTP</application> using the
77 first (and optimal) method, run the following commands:</para>
78
79<screen><userinput>./configure --prefix=/usr &amp;&amp;
80make -C libncftp shared &amp;&amp;
81make -C libncftp soinstall &amp;&amp;
82make &amp;&amp;
83make install</userinput></screen>
84
85 <para>To install <application>NcFTP</application> using the
86 second method (with the <filename class="libraryfile">libncftp</filename>
87 functionality linked in statically) run the following commands:</para>
88
89<screen><userinput>./configure --prefix=/usr &amp;&amp;
90make &amp;&amp;
91make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><command>make -C ... &amp;&amp; make -C ...</command>:
99 These commands make and install the dynamic library <filename
100 class="libraryfile">libncftp</filename> which is then used to link
101 against when compiling the main program.</para>
102
103 </sect2>
104
105 <sect2 role="configuration">
106 <title>Configuring NcFTP</title>
107
108 <sect3 id="ncftp-config">
109 <title>Config Files</title>
110
111 <para><filename>~/.ncftp/*</filename>; especially
112 <filename>~/.ncftp/prefs_v3</filename></para>
113
114 <indexterm zone="ncftp ncftp-config">
115 <primary sortas="e-AA.ncftp/*">~/.ncftp/*</primary>
116 </indexterm>
117
118 </sect3>
119
120 <sect3>
121 <title>Configuration Information</title>
122
123 <para>Most <application>NcFTP</application> configuration
124 is done while in the program, and the configuration files are dealt with
125 automatically. One exception to this is <filename>~/.ncftp/prefs_v3</filename>.
126 There are various options to alter in there, including:</para>
127
128<screen><literal>yes-i-know-about-NcFTPd=yes</literal></screen>
129
130 <para>This disables the splash screen advertising the
131 <application>NcFTPd</application> server.</para>
132
133 <para>There are other options in the <filename>prefs_v3</filename> file. Most
134 of these are self-explanatory.</para>
135
136 </sect3>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Library</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>ncftp, ncftpbatch, ncftpbookmarks, ncftpget,
150 ncftpls, ncftpput, and ncftpspooler</seg>
151 <seg>libncftp</seg>
152 <seg>None</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="ncftp-prog">
162 <term><command>ncftp</command></term>
163 <listitem>
164 <para>a browser program for File Transfer Protocol.</para>
165 <indexterm zone="ncftp ncftp-prog">
166 <primary sortas="b-ncftp">ncftp</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="ncftpbatch">
172 <term><command>ncftpbatch</command></term>
173 <listitem>
174 <para>individual batch FTP job processor.</para>
175 <indexterm zone="ncftp ncftpbatch">
176 <primary sortas="b-ncftpbatch">ncftpbatch</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="ncftpbookmarks">
182 <term><command>ncftpbookmarks</command></term>
183 <listitem>
184 <para><application>NcFTP</application> Bookmark Editor
185 (<application>NCurses</application>-based).</para>
186 <indexterm zone="ncftp ncftpbookmarks">
187 <primary sortas="b-ncftpbookmarks">ncftpbookmarks</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="ncftpget">
193 <term><command>ncftpget</command></term>
194 <listitem>
195 <para>internet file transfer program for scripts.</para>
196 <indexterm zone="ncftp ncftpget">
197 <primary sortas="b-ncftpget">ncftpget</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="ncftpls">
203 <term><command>ncftpls</command></term>
204 <listitem>
205 <para>internet file transfer program for scripts.</para>
206 <indexterm zone="ncftp ncftpls">
207 <primary sortas="b-ncftpls">ncftpls</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="ncftpput">
213 <term><command>ncftpput</command></term>
214 <listitem>
215 <para>internet file transfer program for scripts.</para>
216 <indexterm zone="ncftp ncftpput">
217 <primary sortas="b-ncftpput">ncftpput</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="ncftpspooler">
223 <term><command>ncftpspooler</command></term>
224 <listitem>
225 <para>global batch FTP job processor daemon.</para>
226 <indexterm zone="ncftp ncftpspooler">
227 <primary sortas="b-ncftpspooler">ncftpspooler</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.