Name
ftp
Synopsis
ftp [options] [hostname]
Description
Transfer files to and from remote network site hostname. ftp prompts the user for a command. The commands are listed after the options. Some of the commands are toggles, meaning they turn on a feature when it is off and vice versa.
Options
- -d
Enable debugging.
- -g
Disable filename globbing.
- -i
Turn off interactive prompting.
- -n
No autologin upon initial connection.
- -v
Verbose. Show all responses from remote server.
Commands
- ![command [args]]
Invoke an interactive shell on the local machine. If arguments are given, the first is taken as a command to execute directly, with the rest of the arguments as that command’s arguments.
- $ macro-name [args]
Execute the macro macro-name that was defined with the macdef command. Arguments are passed to the macro unglobbed.
- account [passwd]
Supply a supplemental password that will be required by a remote system for access to resources once a login has been successfully completed. If no argument is given, the user will be prompted for an account password in a nonechoing mode.
- append local-file [remote-file]
Append a local file to a file on the remote machine. If remote-file is not given, the local filename is used after being altered by any ntrans or nmap setting. File transfer uses the current settings for type, format, mode, and structure.
- ascii
Set the file transfer type to network ASCII (default).
- bell
Sound a bell after each file transfer command is completed.
- binary
Set file transfer type ...
Get Linux in a Nutshell, Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.