An NDoc Documented Class Library

FTPConnection.GetURL Method

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

Overload List

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

public virtual string GetURL();

Returns a URL corresponding to the current state of this SecureFTPConnection. The URL optionally includes the directory, user-name and password.

public virtual string GetURL(bool,bool,bool);

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace