edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionGetURL Method (Boolean, Boolean, Boolean)

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

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual string GetURL(
	bool includeDirectory,
	bool includeUserName,
	bool includePassword
)

Parameters

includeDirectory
Type: SystemBoolean
Should the directory be included in the URL?
includeUserName
Type: SystemBoolean
Should the user-name be included in the URL?
includePassword
Type: SystemBoolean
Should the password be included in the URL?

Return Value

Type: String
URL corresponding to the current state of this SecureFTPConnection
See Also