Skip to content

Commit b30f22d

Browse files
Update default window size in ftp command documentation
Updated the default window size for the ftp command from 4096 bytes to 65535 bytes.
1 parent 5e81cf9 commit b30f22d

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:`<windowssize>` | 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)