Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

puf(1) [debian man page]

puf(1)							      General Commands Manual							    puf(1)

NAME
puf - http client for parallel downloading SYNTAX
puf [options] url [url ...] DESCRIPTION
puf is a program similar to GNU wget. The main difference is that puf tries to download as many urls as possible in parallel. The available options vary between different versions. Simply run `puf -h' to get a list of available options. SEE ALSO
ftp(1), lynx(1) BUGS
Entries in your /etc/hosts file will confuse the alias detection for the listed hosts. Workaround: do not use aliases, but only the pri- mary name on the command line. When continuing a download, ALL already complete files are scanned for links, as we have no reliable means of detecting the file type. Please report bugs to Oswald Buddenhagen <puf@ossi.cjb.net> 11 Oct 2000 puf(1)

Check Out this Related Man Page

ftp::geturl(n)							    ftp client							    ftp::geturl(n)

__________________________________________________________________________________________________________________________________________________

NAME
ftp::geturl - Uri handler for ftp urls SYNOPSIS
package require Tcl 8.2 package require ftp::geturl ?0.2.1? ::ftp::geturl url _________________________________________________________________ DESCRIPTION
This package provides a command which wraps around the client side of the ftp protocol provided by package ftp to allow the retrieval of urls using the ftp schema. API
::ftp::geturl url This command can be used by the generic command ::uri::geturl (See package uri) to retrieve the contents of ftp urls. Internally it uses the commands of the package ftp to fulfill the request. The contents of a ftp url are defined as follows: file The contents of the specified file itself. directory A listing of the contents of the directory in key value notation where the file name is the key and its attributes the asso- ciated value. link The attributes of the link, including the path it refers to. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category ftp of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. SEE ALSO
ftpd, mime, pop3, smtp KEYWORDS
ftp, internet, net, rfc 959 CATEGORY
Networking ftp 0.2.1 ftp::geturl(n)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

cpufreq directory not present. How to change governor for P states in such a case

One node in my cluster is using ondemand governor which is specified in the directory /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor .. Scaling_governor allows us to choose the governor of our choice . But this sub-directory is absent in the other node of the cluster . How do I change... (0 Replies)
Discussion started by: vishwamitra
0 Replies

2. Filesystems, Disks and Memory

cpufreq directory not present. How to change governor for P states in such a case

(0 Replies)
Discussion started by: vishwamitra
0 Replies

3. UNIX for Advanced & Expert Users

Problem loading cpufreq module

I'd like to install cpufreq modules on my server . I tried sudo modprobe acpi-cpufreq but got the error FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.18-238.12.1.el5xen/kernel/arch/x86_64/kernel/cpufreq/acpi-cpufreq.ko): No such device cat /proc/cpuinfo gives this ... (11 Replies)
Discussion started by: vishwamitra
11 Replies