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
AbortTransfer method
Aborts current transfer.
Type
NoneSyntax
- Basic
object.AbortTransfer
The AbortTransfer(object) syntax has these parts:
The AbortTransfer(object) syntax has these parts:
object | An expression evaluating to an object of type FtpUser. |
Remarks
This method will stop any ongoing transfers for the user. If you call it when file transfer not in progress, your abort request will be ignored.You might want to abort transfer because maximum BytesDownload was reached, for example. You can call this method anytime, including all events.