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

ExFTPConnectionSave Method (String)

Saves the properties of the current connection in the given file.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public void Save(
	string filePath
)

Parameters

filePath
Type: SystemString
Name of the file in which to store the properties.
Remarks
The content is written in XML format with the root element being called ExFTPConnection and each property having an XML element of the same name.
See Also