Click or drag to resize

IFTPSReplicationTarget Properties


The IFTPSReplicationTarget type exposes the following members.

Properties
  NameDescription
Public propertyAllowPrivateCertificates
Gets/sets whether to use SSL certificates from a local certifying authority.
Public propertyArchived
Gets/sets the archived value of this entity
(Inherited from IEntity.)
Public propertyAuthenticateWithCertificate
Gets/sets whether to authenticate with an SSL certificate.
Public propertyCertificateLocation
Public propertyCompressedTransfer
Gets/sets if on-the-fly data stream compression is enabled. If true, data is then decompressed on the FTP server.
(Inherited from IFTPReplicationTarget.)
Public propertyCreated
Gets the entity's creation date.
(Inherited from IEntity.)
Public propertyCreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public propertyDescription
Gets and sets the detailed description of this target.
(Inherited from IReplicationTarget.)
Public propertyDisabled
Gets and sets whether this target is disabled. Disabled targets cannot perform replications.
(Inherited from IReplicationTarget.)
Public propertyImplicitEncryption
Gets/sets if implicit FTP negotiation of TLS/SSL is enabled.
Public propertyLastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public propertyLastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public propertyManager
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.)
Public propertyPassiveMode
Gets/sets if a passive FTP connection is enabled.
(Inherited from IFTPReplicationTarget.)
Public propertyPassword
Gets/sets the password for establishing the FTP session.
(Inherited from IFTPReplicationTarget.)
Public propertyPort
Gets/sets the FTP port number.
(Inherited from IFTPReplicationTarget.)
Public propertyPostReplicationCommand
Gets and sets the commands that are executed after replication on this target. Use standard Command Prompts (DOS) command syntax.
(Inherited from IReplicationTarget.)
Public propertyPostReplicationCommandTimeout
Gets and sets the timeout (in seconds) for PostReplicationCommand.
(Inherited from IReplicationTarget.)
Public propertyPreReplicationCommand
Gets and sets the commands that are executed before replication on this target. Uses standard Command Prompts (DOS) command syntax.
(Inherited from IReplicationTarget.)
Public propertyPreReplicationCommandTimeout
Gets and sets the timeout (in seconds) for PreReplicationCommand.
(Inherited from IReplicationTarget.)
Public propertyPublishingTargetDirectory
Gets the full path of the Publishing Target Folder to which this replication target belongs.
(Inherited from IReplicationTarget.)
Public propertyReplicating
Gets whether this target is currently performing a replication.
(Inherited from IReplicationTarget.)
Public propertyRepTaskDetails
Gets the details of the last-completed replication.
(Inherited from IReplicationTarget.)
Public propertyRepTaskMonitor
Gets the Monitor object that tracks an ongoing replication. This object will stick around.
(Inherited from IReplicationTarget.)
Public propertyRootPath
Gets/sets the replication location on the server using forward slashes (/) as delimiters.
(Inherited from IFTPReplicationTarget.)
Public propertySession
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public propertySessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public propertyCode exampleTargetAddress
Gets/sets the URL of the FTP server address where published content will be replicated to.
(Inherited from IFTPReplicationTarget.)
Public propertyCode exampleType
Gets the full Type name of the target.
(Inherited from IReplicationTarget.)
Public propertyUseCommands
Gets and sets whether to execute the PreReplicationCommand and PostReplicationCommand.
(Inherited from IReplicationTarget.)
Public propertyUserName
Gets/sets the user name for establishing the FTP session.
(Inherited from IFTPReplicationTarget.)
Public propertyUseWriteThrough
Gets and sets if the system should write through any intermediate cache and go directly to disk during replication.
(Inherited from IReplicationTarget.)
Top
See Also