Constructor and Description |
---|
Ftp() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setAction(String action)
sets the attribute action
|
void |
setAsciiextensionlist(String extensionList) |
void |
setConnection(String connection) |
void |
setDirectory(String directory) |
void |
setExisting(String existing) |
void |
setFailifexists(boolean failifexists) |
void |
setFingerprint(String fingerprint) |
void |
setItem(String item) |
void |
setLocalfile(String localfile) |
void |
setName(String name) |
void |
setNew(String _new) |
void |
setPassive(boolean passive) |
void |
setPassword(String password) |
void |
setPort(double port) |
void |
setProxypassword(String proxypassword)
set the value password
When required by a proxy server, a valid password.
|
void |
setProxyport(double proxyport)
set the value proxyport
The port number on the proxy server from which the object is requested.
|
void |
setProxyserver(String proxyserver) |
void |
setProxyuser(String proxyuser)
set the value username
When required by a proxy server, a valid username.
|
void |
setRecurse(boolean recursive) |
void |
setRemotefile(String remotefile) |
void |
setResult(String result) |
void |
setRetrycount(double retrycount) |
void |
setSecure(boolean secure) |
void |
setServer(String server) |
void |
setStoponerror(boolean stoponerror) |
void |
setTimeout(double timeout) |
void |
setTransfermode(String transferMode) |
void |
setUsername(String username) |
static Query |
toQuery(org.apache.commons.net.ftp.FTPFile[] files,
String prefix,
String directory,
String hostName) |
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Ftp()
public void release()
public int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
public int doEndTag() throws PageException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
PageException
public static Query toQuery(org.apache.commons.net.ftp.FTPFile[] files, String prefix, String directory, String hostName) throws PageException
PageException
public void setPassword(String password)
password
- The password to set.public void setUsername(String username)
username
- The username to set.public void setTimeout(double timeout)
timeout
- The timeout to set.public void setPort(double port)
port
- The port to set.public void setConnection(String connection)
connection
- The connection to set.public void setProxyserver(String proxyserver)
proxyserver
- The proxyserver to set.public void setProxyport(double proxyport)
proxyport
- value to setpublic void setProxyuser(String proxyuser)
proxyuser
- value to setpublic void setProxypassword(String proxypassword)
proxypassword
- value to setpublic void setRetrycount(double retrycount)
retrycount
- The retrycount to set.public void setStoponerror(boolean stoponerror)
stoponerror
- The stoponerror to set.public void setPassive(boolean passive)
passive
- The passive to set.public void setDirectory(String directory)
directory
- The directory to set.public void setRecurse(boolean recursive)
public void setAsciiextensionlist(String extensionList)
extensionList
- The aSCIIExtensionList to set.public void setTransfermode(String transferMode)
transferMode
- The transferMode to set.public void setLocalfile(String localfile)
localfile
- The localfile to set.public void setRemotefile(String remotefile)
remotefile
- The remotefile to set.public void setFailifexists(boolean failifexists)
failifexists
- The failifexists to set.public void setExisting(String existing)
existing
- The existing to set.public void setSecure(boolean secure)
public void setFingerprint(String fingerprint)
Copyright © 2015 Lucee