Skip to content

Commit b034d39

Browse files
Fix typo in ftp command documentation
1 parent b30f22d commit b034d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • WindowsServerDocs/administration/windows-commands

WindowsServerDocs/administration/windows-commands/ftp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ftp [-v] [-d] [-i] [-n] [-g] [-s:<filename>] [-a] [-A] [-x:<sendbuffer>] [-r:<re
3434
| -x:`<sendbuffer> `| Overrides the default SO_SNDBUF size of 8192. |
3535
| -r:`<recvbuffer>` | Overrides the default SO_RCVBUF size of 8192. |
3636
| -b:`<asyncbuffers>` | Overrides the default async buffer count of 3. |
37-
| -w:`<windowssize>` | Specifies the size of the transfer buffer. The default window size is 65535 bytes. |
37+
| -w:`<windowsize>` | Specifies the size of the transfer buffer. The default window size is 65535 bytes. |
3838
| `<host>` | Specifies the computer name, IP address, or IPv6 address of the ftp server to which to connect. The host name or address, if specified, must be the last parameter on the line. |
3939
| -? | Displays help at the command prompt. |
4040

0 commit comments

Comments
 (0)