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
TransferFilename property
Holds filename of last transferred file.
Type
A String value.Syntax
- Basic
object.TransferFilename [= value]
The TransferFilename(object,value) syntax has these parts:
The TransferFilename(object,value) syntax has these parts:
object | An expression evaluating to an object of type FtpUser. |
value | A String value. |
Remarks
This property will contain relative path (as seen by the user) to the file currently being transferred, or to the file that was last transferred. To get full (resolved) path to the file, you can use User.ResolvePath(User.TransferFilename) statements.TransferFilename will not be cleared by the component until new transfer (either upload or download) is initiated by the user. You can clear/set it by yourself, of course.