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
UseIPv6 property
Determines if wodFTPServer uses IPv6 protocol.
Type
A Boolean value.Syntax
- Basic
object.UseIPv6 [= value]
The UseIPv6(object,value) syntax has these parts:
The UseIPv6(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodFTPD. |
value | A Boolean value. |
Remarks
UseIPv6 determines if component will use IPv6 socket stack addresses to listen for incoming FTP, FTPS or SFTP connections. For local interface definition it will accept both numeric values, such asfe80::213:20ff:fe91:5bb5
but also fully qualified hostnames that resolve to local IPv6 addresses, such as
www.google.com.sixxs.org
When you supply BindIP property value, only specific IPv6 interface is used for accepting connections. If BindIP is empty, all IPv6 interfaces are listening.
In order to use IPv6, your version of Windows needs to support it. To install it on Windows XP, right-click on your 'network connection interface' icon, select 'Properties', and then check if Microsoft TCP/IP version 6 is listed. If not, click on 'Install' button, choose 'Protocol' and then locate above from the list. If IPv6 stack is not installed on the computer, this property is ignored.