|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsun.net.NetworkClient
sun.net.TransferProtocolClient
sun.net.ftp.FtpClient
treebolic.site.FtpClientX
class FtpClientX
FTP extended client
Field Summary |
---|
Fields inherited from class sun.net.ftp.FtpClient |
---|
FTP_PORT, welcomeMsg |
Fields inherited from class sun.net.TransferProtocolClient |
---|
serverResponse |
Fields inherited from class sun.net.NetworkClient |
---|
connectTimeout, defaultConnectTimeout, defaultSoTimeout, encoding, proxy, readTimeout, serverInput, serverOutput, serverSocket |
Constructor Summary | |
---|---|
FtpClientX()
|
Method Summary | |
---|---|
void |
mkdir(java.lang.String remoteDirectory)
MKDIR a directory on a remote FTP server |
void |
passive()
MKDIR a directory on a remote FTP server |
Methods inherited from class sun.net.ftp.FtpClient |
---|
append, ascii, binary, cd, cdUp, closeServer, finalize, get, getFtpProxyHost, getFtpProxyPort, getUseFtpProxy, issueCommand, issueCommandCheck, list, login, matchNonProxyHosts, nameList, noop, openDataConnection, openPassiveDataConnection, openServer, openServer, put, pwd, readReply, reInit, rename, system |
Methods inherited from class sun.net.TransferProtocolClient |
---|
getResponseString, getResponseStrings, readServerResponse, sendServer |
Methods inherited from class sun.net.NetworkClient |
---|
createSocket, doConnect, getConnectTimeout, getLocalAddress, getReadTimeout, serverIsOpen, setConnectTimeout, setReadTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
FtpClientX()
Method Detail |
---|
public void mkdir(java.lang.String remoteDirectory) throws java.io.IOException
remoteDirectory
- remote directory to create
java.io.IOException
public void passive() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |