Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.directory
Interface DirectoryProvider

All Known Subinterfaces:
FTPOverSSLClient, SFTPClient
All Known Implementing Classes:
FTPOverSSLClientImpl, SFTPClientImpl

public interface DirectoryProvider

jim.fu@sun.com TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates


Method Summary
 java.lang.String currentDir()
           
 GenericDirectoryEntry[] listDir(java.lang.String path)
           
 

Method Detail

listDir

GenericDirectoryEntry[] listDir(java.lang.String path)
                                throws java.lang.Exception
Throws:
java.lang.Exception

currentDir

java.lang.String currentDir()
                            throws java.lang.Exception
Throws:
java.lang.Exception

Sun Adapter for Batch/FTP