Uses of Interface
goldengate.ftp.core.file.FtpDir

Packages that use FtpDir
goldengate.ftp.core.control Classes implementing Control connections. 
goldengate.ftp.core.session Classes implementing session 
goldengate.ftp.filesystembased Classes implementing File, Directory and Authentication according to a filesystem implementation for FTP 
goldengate.ftp.simpleimpl.file Filesystem based implementation example of File, Dir, Auth and SimpleAuth. 
 

Uses of FtpDir in goldengate.ftp.core.control
 

Methods in goldengate.ftp.core.control that return FtpDir
abstract  FtpDir BusinessHandler.getBusinessNewDir()
          Create a new FtpDir according to business choice
 

Uses of FtpDir in goldengate.ftp.core.session
 

Methods in goldengate.ftp.core.session that return FtpDir
 FtpDir FtpSession.getDir()
           
 

Methods in goldengate.ftp.core.session with parameters of type FtpDir
 void FtpSession.setSpecialInit(FtpAuth auth, FtpDir dir, goldengate.common.file.Restart restart)
          Special initialization (FtpExec with Https session)
 

Uses of FtpDir in goldengate.ftp.filesystembased
 

Classes in goldengate.ftp.filesystembased that implement FtpDir
 class FilesystemBasedFtpDir
          Filesystem implementation of a FtpDir
 

Uses of FtpDir in goldengate.ftp.simpleimpl.file
 

Classes in goldengate.ftp.simpleimpl.file that implement FtpDir
 class FileBasedDir
          FtpFile implementation based on true directories and files
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.