edtFTPnet/Express - Class Reference

ExFTPConnection.Save Method (String)

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

public void Save(
   string filePath
);

Parameters

filePath
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

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace | ExFTPConnection.Save Overload List