Ftp: ? |
Applies To: Windows 7,Windows Vista,Windows Server 2008,Windows Server 2008 R2
Displays the valid ftp commands that are available from the ftp prompt. For examples of how this command can be used, see Examples.
Syntax
Copy Code |
|
? [!] [?] [append] [ascii] [bell [binary] [bye] [cd] [close] [delete] [debug] [dir] [disconnect] [get] [glob] [hash] [help] [lcd] [literal] [ls] [mdelete] [mdir] [mget] [mkdir] [mls] [mput] [open] [prompt] [put] [pwd] [quit] [quote] [recv] [remotehelp] [rename] [rmdir] [send] [status] [trace] [type] [user] [verbose] |
Parameters
Parameter |
Description |
[<valid ftp subcommand>] |
Displays the description for a valid ftp command. |
Examples
Display the valid ftp commands that are available from the ftp prompt.
Copy Code |
|
? |
Display the description for the hash command.
Copy Code |
|
? hash |
Display the description for the hash and trace commands.
Copy Code |
|
? hash trace |