Skip to content

Commit 5279ac7

Browse files
Merge pull request #7598 from MicrosoftDocs/dknappettmsft-patch-2
Update default window size in ftp command documentation
2 parents 5e81cf9 + b034d39 commit 5279ac7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • WindowsServerDocs/administration/windows-commands

WindowsServerDocs/administration/windows-commands/ftp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference article for the ftp command, which transfers files to and
44
ms.topic: reference
55
ms.author: alalve
66
author: xelu86
7-
ms.date: 10/16/2017
7+
ms.date: 10/17/2025
88
---
99

1010
# ftp
@@ -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 4096 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)