source: basicnet/netprogs/ncftp.xml@ 061ec9d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 061ec9d was 061ec9d, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1

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

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