and 1 contributors
NAME
pftp - an ftp client with the GNU Readline support
SYNOPSIS
pftp [-u] [-g] [-M] [-h] [-d] [host]
DESCRIPTION
This is an ftp client which has the GNU Readline support. It can complete not only local file name but also remote file name and host name to which login.
This is a sample program of Perl Term::ReadLine::Gnu module.
OPTIONS
- -u
-
disable autologin.
- -g
-
turn off glob.
- -h
-
show usage.
- -M
-
show thie manual.
- -d
-
debug mode.
- host
-
remote host name.
FILES
- ~/.pftp_hosts
-
This file contains the list of host names. These name are used for completing of remote host name. If the host name which you login is not contained in this file, it will be added automatically.
AUTHOR
Hiroo Hayashi <hiroo.hayashi@computer.org>
BUGS
Commands which the author does not know are not supported.