net.sourceforge.dvb.projectx.xinput.ftp
Class FtpServer
java.lang.Object
|
+--net.sourceforge.dvb.projectx.xinput.ftp.FtpServer
- public class FtpServer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FtpServer
public FtpServer(FtpVO aFtpVO)
open
public boolean open()
listFiles
public XInputFile[] listFiles()
listDirectories
public FtpVO[] listDirectories()
retrieveFileStream
public java.io.InputStream retrieveFileStream(java.lang.String aFileName)
throws java.io.IOException
close
public void close()
test
public boolean test()
getTestMsg
public java.lang.String getTestMsg()
getLog
public java.lang.String getLog()