edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Saves the properties of the current connection in the given file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void Save(
	string filePath
)
Visual Basic
Public Sub Save ( _
	filePath As String _
)
Visual C++
public:
void Save(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
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