org.media.mn8.concepts
Class FTPClientConcept
java.lang.Object
|
+--org.media.mn8.Concept
|
+--org.media.mn8.JavaConcept
|
+--org.media.mn8.concepts.FTPClientConcept
- public class FTPClientConcept
- extends JavaConcept
- Version:
- $Revision: 1.14 $ $Date: 2002/10/10 22:59:20 $
- Author:
- Szabo Csaba
Methods inherited from class org.media.mn8.Concept |
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath |
_client
protected com.oroinc.net.ftp.FTPClient _client
_url
protected URL _url
_isBinary
protected boolean _isBinary
errorMessage
public AttributeConcept errorMessage
errorCode
public AttributeConcept errorCode
FTPClientConcept
public FTPClientConcept()
openConnection
public LogicalConcept openConnection(StringConcept url)
closeConnection
public void closeConnection()
login
public LogicalConcept login(StringConcept uname,
StringConcept pwd)
logout
public LogicalConcept logout()
getWorkingDirectory
public StringConcept getWorkingDirectory()
changeWorkingDirectory
public LogicalConcept changeWorkingDirectory(StringConcept path)
mkdir
public LogicalConcept mkdir(StringConcept _path)
delete
public LogicalConcept delete(StringConcept _path)
rename
public LogicalConcept rename(StringConcept from,
StringConcept to)
setBinaryMode
public LogicalConcept setBinaryMode(LogicalConcept isBinary)
isPositiveCompletion
public LogicalConcept isPositiveCompletion()
getConceptDefinition
public ConceptDefinition getConceptDefinition()
- Overrides:
getConceptDefinition
in class JavaConcept
getLinks
public SeriesConcept getLinks()
getLinks
public SeriesConcept getLinks(StringConcept path)
getFile
public Concept getFile(StringConcept fileName)
putFile
public LogicalConcept putFile(StringConcept fName,
Concept content)
getClient
public com.oroinc.net.ftp.FTPClient getClient()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class JavaConcept
clone
public Object clone()
- Overrides:
clone
in class JavaConcept
"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."