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

Field Summary
protected  com.oroinc.net.ftp.FTPClient _client
           
protected  boolean _isBinary
           
protected  URL _url
           
 AttributeConcept errorCode
           
 AttributeConcept errorMessage
           
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
FTPClientConcept()
           
 
Method Summary
 LogicalConcept changeWorkingDirectory(StringConcept path)
           
 Object clone()
           
 void closeConnection()
           
 LogicalConcept delete(StringConcept _path)
           
 boolean equals(Object obj)
           
 com.oroinc.net.ftp.FTPClient getClient()
           
 ConceptDefinition getConceptDefinition()
           
 Concept getFile(StringConcept fileName)
           
 SeriesConcept getLinks()
           
 SeriesConcept getLinks(StringConcept path)
           
 StringConcept getWorkingDirectory()
           
 LogicalConcept isPositiveCompletion()
           
 LogicalConcept login(StringConcept uname, StringConcept pwd)
           
 LogicalConcept logout()
           
 LogicalConcept mkdir(StringConcept _path)
           
 LogicalConcept openConnection(StringConcept url)
           
 LogicalConcept putFile(StringConcept fName, Concept content)
           
 LogicalConcept rename(StringConcept from, StringConcept to)
           
 LogicalConcept setBinaryMode(LogicalConcept isBinary)
           
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, opEQ, toTXT, toXML
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_client

protected com.oroinc.net.ftp.FTPClient _client

_url

protected URL _url

_isBinary

protected boolean _isBinary

errorMessage

public AttributeConcept errorMessage

errorCode

public AttributeConcept errorCode
Constructor Detail

FTPClientConcept

public FTPClientConcept()
Method Detail

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."