edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SecureFTPConnectionGetURL(Boolean, Boolean, Boolean) Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override string GetURL(
	bool includeDirectory,
	bool includeUserName,
	bool includePassword
)

Parameters

includeDirectory  Boolean
Should the directory be included in the URL?
includeUserName  Boolean
Should the user-name be included in the URL?
includePassword  Boolean
Should the password be included in the URL?

Return Value

String
URL corresponding to the current state of this SecureFTPConnection

See Also