Is the version number returned as part of the filename?

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public bool VersionInName { get; set; }
Visual Basic
Public Property VersionInName As Boolean
	Get
	Set
Visual C++
public:
property bool VersionInName {
	bool get ();
	void set (bool value);
}

Remarks

Some VMS FTP servers do not permit a file to be deleted unless the filename includes the version number. Note that directories are never returned with the version number.

See Also