ImportationManagerVerifyFtpConnection Method

Verifies connection to the FTP site.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Verifies connection to the FTP site.")]
public bool VerifyFtpConnection(
	HostConnectionSettings settings
)

Parameters

settings  HostConnectionSettings
 

Return Value

Boolean

See Also