Returns a URL corresponding to the current state of this SecureFTPConnection.

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

Syntax

C#
public virtual string GetURL()
Visual Basic
Public Overridable Function GetURL As String
Visual C++
public:
virtual String^ GetURL()

Return Value

URL corresponding to the current state of this SecureFTPConnection

See Also