TransSynchronizationAgent.WorkingDirectory Property

Definition

Gets or sets the working directory from which snapshot files are accessed when File Transfer Protocol (FTP) is used.

public:
 virtual property System::String ^ WorkingDirectory { System::String ^ get(); void set(System::String ^ value); };
public virtual string WorkingDirectory { get; set; }
member this.WorkingDirectory : string with get, set
Public Overridable Property WorkingDirectory As String

Property Value

The working directory.

Implements

Remarks

The WorkingDirectory property is required when Ftp is specified for FileTransferType.

The WorkingDirectory property must resolve to a fully qualified path of the working directory for copied snapshots.

Applies to