Back to product page
- Introduction
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFtpDLX
- Methods
- Abort
- About
- AppendData
- AppendFile
- AppendFileFrom
- CheckDir
- ClearCommandChannel
- Connect
- DeleteFile
- DeleteFiles
- Disconnect
- GetAttributes
- GetData
- GetDate
- GetFile
- GetFileAt
- GetFileAt64
- GetFiles
- GetSize
- ListDir
- ListNames
- LocalCRC
- LoopFiles
- MakeDir
- PutData
- PutFile
- PutFileAt
- PutFileAt64
- PutFiles
- RawReceived
- RawSend
- Refresh
- RemoteCRC
- RemoveDir
- Rename
- SetAttributes
- SetAttributes64
- Site
- Properties
- Account
- Arrange
- AscIITranslation
- Authentication
- BackColor
- Blocking
- BorderVisible
- BufferSize
- Certificate
- ClientName
- ColumnCount
- ColumnHeader
- Columns
- ColumnWidth
- Compression
- ContextMenu
- DirFormat
- DirItems
- Enabled
- Encryption
- EncryptionList
- ErrorText
- FIPS
- ForeColor
- HMacList
- Hostname
- IconView
- ItemSkip
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalCertBag
- LocalPath
- Login
- MaxDataPort
- MaxTransferRate
- MinDataPort
- MyHostname
- MyIP
- Notification
- Passive
- Password
- PasvPort
- Port
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemotePath
- Resume
- SecureMethod
- ShellIcons
- SmartGet
- SmartPut
- SortItems
- SSLCipherList
- State
- StateText
- StrictHost
- TabStop
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- UTF8Encoding
- Version
- Events
- ActionCopy
- ActionDelete
- ActionDownload
- ActionMakeDir
- ActionNewFile
- ActionPaste
- ActionProperties
- ActionRename
- ActionSelect
- AfterViewChange
- Attributes
- Attributes64
- Banner
- BeforeViewChange
- Click
- ClientCertRequired
- Connected
- CryptoInformation
- DblClick
- Disconnected
- Done
- FileTransferData
- Focus
- FTPReply
- HostCertificate
- HostFingerprint
- KeyPress
- ListItems
- LoginChallenge
- LoopError
- LoopItem
- MenuClick
- PreTranslateCommand
- PreTranslateReply
- Progress
- Progress64
- ShowContextMenu
- SiteReply
- StateChange
- Methods
- IwodFtpNotify
- DirItem
- DirItems
- How to get support?
- Technical information
- Fast notifications interface
- Error list
- How to...
ProxyType property
Specifies the type of proxy to use.
Type
A ProxyTypes enumeration. Specifies the type of proxy to use.Syntax
- Basic
object.ProxyType[= value]
The ProxyType(object,value) syntax has these parts:
The ProxyType(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodFtpDLX. |
value | A ProxyTypes enumeration, as described in settings. |
Remarks
SettingsThe settings for value are:
Constant | Value | Description |
---|---|---|
ProxyNone | 0 | No proxy is used. |
ProxySocks4 | 1 | Connection is made through SOCKS4 proxy firewall. |
ProxySocks5 | 2 | Connection is made through SOCKS5 proxy firewall. |
ProxyWEBStandard | 3 | Typical WEB proxy (using web CONNECT command) is used. |
ProxyRelay | 4 | Simple relay. |
ProxySocks4a | 5 | Connection is made through SOCKS4a proxy firewall. |
ProxyWindows | 6 | Uses settings from the registry (same as Internet Explorer). |
ProxyFTPSite | 100 | Connection is made through FTP transparent proxy server using SITE command. |
ProxyFTPOpen | 101 | Connection is made through FTP transparent proxy server using OPEN command. |
ProxyFTPUser | 102 | Connection is made through FTP transparent proxy server using USER joe@server command. |
ProxyFTPUserAcct | 103 | Connection is made through FTP transparent proxy server using USER joe@server and ACCT commands. |