Uses of Package
goldengate.ftp.core.session

Packages that use goldengate.ftp.core.session
goldengate.ftp.core.command Global classes that store all informations on implemented commands, arguments, reply codes. 
goldengate.ftp.core.command.info FTP Informational related command 
goldengate.ftp.core.command.internal FTP Internal related command 
goldengate.ftp.core.config Classes implementing configuration 
goldengate.ftp.core.control Classes implementing Control connections. 
goldengate.ftp.core.data Classes implementing Data and Transfer status

When a transfer should occur, here are the steps:
The connection is prepared through a PORT or PASV command. 
goldengate.ftp.core.data.handler Classes implementing Data connections

The internal logic is the following:
When a connection is opened for data network: It first tries to find the corresponding session setup from the control connection. 
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.control Simple FTP server example of control business. 
goldengate.ftp.simpleimpl.file Filesystem based implementation example of File, Dir, Auth and SimpleAuth. 
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.core.command
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.core.command.info
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.core.command.internal
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.core.config
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.core.control
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.core.data
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.core.data.handler
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.core.session
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.filesystembased
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.simpleimpl.control
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 

Classes in goldengate.ftp.core.session used by goldengate.ftp.simpleimpl.file
FtpSession
          Main class that stores any information that must be accessible from anywhere during the connection of one user.
 



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