pingFTPServer

Method

Purpose

Pings an FTP server using the connection parameters specified. The connection URL formats for available drivers are as follows:

scheme://<host>:<port>

scheme could be ftp, ftps (ftp with SSL), or sftp (for secured connectivity). The default port for ftp is 21 and for sftp is 22.

Type

Open, Synchronous, IMPACT_INFO

Arguments

 

Name

Type

Description

FTP Server URL

String

FTP host URL in the form {ftp/sftp}://<host>:<port>

FTP User

String

FTP user name

Password

String

FTP password

Connection Timeout

String

Connection timeout in seconds. By default left empty.

Returns

 

Name

Type

Description

isServerAccessible

String

Is server accessible? True or False

Status Code

String

Status code

Status Details

String

Status details