
# 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:
- config: (FtpClientConfig) -
# 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:
# function initiateListParsing(parserKey, pathname)
Description:
Parameters:
- parserKey: (String) -
- pathname: (String) -
Return:
# function disconnect()
Description:
# function logout()
Description: