26/06/2005, 13:56
|
| | Fecha de Ingreso: septiembre-2004
Mensajes: 252
Antigüedad: 20 años, 3 meses Puntos: 0 | |
FTP(1) BSD General Commands Manual FTP(1)
NAME
ftp - Internet file transfer program
SYNOPSIS
ftp [-pinegvd] [host [port]]
pftp [-inegvd] [host [port]]
DESCRIPTION
Ftp is the user interface to the Internet standard File Transfer Proto-
col. The program allows a user to transfer files to and from a remote
network site.
Options may be specified at the command line, or to the command inter-
preter.
-p Use passive mode for data transfers. Allows use of ftp in environ-
ments where a firewall prevents connections from the outside world
back to the client machine. Requires that the ftp server support
the PASV command. This is the default if invoked as pftp. -i Turns off interactive prompting during multiple file transfers.
mas info en: man ftp |