Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Summary

FTP uploads using Windows Explorer and Internet Explorer are slower than FTP uploads with the command prompt. This is because Windows Explorer and Internet Explorer have a default send buffer size of 4096 bytes. Due to this default size, FTP uploads initiated from Windows Explorer and Internet Explorer will be slower when compared with command prompt. 

Note: This buffer size is not configurable in current versions of Windows.

More Information

ftp.exe with command prompt does have a configurable send buffer size. To specify a custom buffer size in the command prompt, type in:

ftp.exe -x:buffersize in bytes (for example: 8192)

You will then see the following message:

SendSocketBuffer: 8192 Bytes

The send buffer size is now set for this session and you can then proceed with the FTP connection.



Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×