Copies a remote file to the local computer using the current file transfer type.
recv RemoteFile [LocalFile]
RemoteFile : Specifies the remote file to copy.
LocalFile : Specifies the name to use on the local computer.
? recv : Displays help for the recv command.
| • | The recv command is identical to the get command. |
| • | If LocalFile is not specified, the file is given the RemoteFile name. |
| Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |