# class FtpClient



FtpClient inherits from Wrapper


# MEMBERS

# member read-only replyString

Type: String

# member read-only replyCode

Type: Number

# member read-only connected

Type: Boolean

# member read-only available

Type: Boolean

# CONSTRUCTORS

# constructor FtpClient()

Description:

# FUNCTIONS

# function login(username, password)

Description:

Parameters:

  • username: (String) -
  • password: (String) -

Return:

(Boolean) -

# function configure(config)

Description:

Parameters:

# function connect(hostname, port)

Description:

Parameters:

  • hostname: (String) -
  • port: (Number) -

# function connect(hostname)

Description:

Parameters:

  • hostname: (String) -

# function listFiles(pathname)

Description:

Parameters:

  • pathname: (String) -

Return:

(FtpFile) -

# function initiateListParsing(pathname)

Description:

Parameters:

  • pathname: (String) -

Return:

(FtpListParseEngine) -

# function initiateListParsing(parserKey, pathname)

Description:

Parameters:

  • parserKey: (String) -
  • pathname: (String) -

Return:

(FtpListParseEngine) -

# function disconnect()

Description:

# function logout()

Description:

Last Updated: 12/20/2022, 8:12:45 AM