public class FtpInput extends Input
Constructor and Description |
---|
FtpInput() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHost()
Host URL or IP of the FTP server (required)
|
Boolean |
getPassive()
Use passive mode.
|
String |
getPassword()
Your FTP password
|
Integer |
getPort()
Port to use, standard for FTP: 21
|
Boolean |
getRemoteVerificationEnabled()
Ensure that connections originate from the declared ftp host.
|
String |
getUsername()
Your FTP Username
|
int |
hashCode() |
void |
setHost(String host)
Host URL or IP of the FTP server (required)
|
void |
setPassive(Boolean passive)
Use passive mode.
|
void |
setPassword(String password)
Your FTP password
|
void |
setPort(Integer port)
Port to use, standard for FTP: 21
|
void |
setRemoteVerificationEnabled(Boolean remoteVerificationEnabled)
Ensure that connections originate from the declared ftp host.
|
void |
setUsername(String username)
Your FTP Username
|
String |
toString() |
getCreatedAt, getCustomData, getDescription, getModifiedAt, getName, putCustomDataItem, setCustomData, setDescription, setName
getId
public String getHost()
public void setHost(String host)
host
- Host URL or IP of the FTP server (required)public Integer getPort()
public void setPort(Integer port)
port
- Port to use, standard for FTP: 21public Boolean getPassive()
public void setPassive(Boolean passive)
passive
- Use passive mode. Default is true.public String getUsername()
public void setUsername(String username)
username
- Your FTP Usernamepublic String getPassword()
public void setPassword(String password)
password
- Your FTP passwordpublic Boolean getRemoteVerificationEnabled()
public void setRemoteVerificationEnabled(Boolean remoteVerificationEnabled)
remoteVerificationEnabled
- Ensure that connections originate from the declared ftp host. Default is true.Copyright © 2025. All rights reserved.