Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
BufferSize property
Holds size of upload buffer.
Type
A Long value.Syntax
- Basic
object.BufferSize [= value]
The BufferSize(object,value) syntax has these parts:
The BufferSize(object,value) syntax has these parts:
object | An expression evaluating to an object of type FtpUser. |
value | A Long value. |
Remarks
BufferSize property defines how many bytes will be sent in each turn when user is downloading a file (when wodFTPServer uploads it to the user). Since size of buffer also defines speed of transfer - but also ratio on when will Progress event be fired - you should find an optimum for this value.It is initially set to 32768 which is maximum packet size on most systems. You can increase it up to 1 or more MB if needed, for large files and local area network connections, or lower it down for small connections - to get Progress event fired more naturally for your connection.