edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionServerDirectory Property

The initial/current working directory on the server.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public string ServerDirectory { get; set; }

Property Value

Type: String
Remarks
If the client is not currently connected, this is the initial working directory that will be changed to once the client connects.
See Also