Uses of Package
goldengate.ftp.core.command

Packages that use goldengate.ftp.core.command
goldengate.ftp.core.command Global classes that store all informations on implemented commands, arguments, reply codes. 
goldengate.ftp.core.command.access FTP Access related command 
goldengate.ftp.core.command.directory FTP Directory related commands 
goldengate.ftp.core.command.extension FTP non standard Extensions related command 
goldengate.ftp.core.command.info FTP Informational related command 
goldengate.ftp.core.command.internal FTP Internal related command 
goldengate.ftp.core.command.parameter FTP Parameter related command 
goldengate.ftp.core.command.rfc2389 FTP RFC 2389 related command 
goldengate.ftp.core.command.rfc2428 FTP RFC 2428 related command 
goldengate.ftp.core.command.rfc3659 FTP RFC 3659 related command 
goldengate.ftp.core.command.rfc775 FTP RFC 775 related command 
goldengate.ftp.core.command.service FTP Service (transfer) related command 
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.simpleimpl.control Simple FTP server example of control business. 
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command
AbstractCommand
          Abstract definition of an FTP Command
FtpArgumentCode.TransferMode
          Mode of transmission
FtpArgumentCode.TransferStructure
          Structure of transmission
FtpArgumentCode.TransferSubType
          SubType of transmission
FtpArgumentCode.TransferType
          Type of transmission
FtpCommandCode
          This class must reassemble all the commands that could be implemented.
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.access
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.directory
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.extension
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.info
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.internal
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.parameter
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.rfc2389
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.rfc2428
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.rfc3659
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.rfc775
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.command.service
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.control
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.data
FtpArgumentCode.TransferMode
          Mode of transmission
FtpArgumentCode.TransferStructure
          Structure of transmission
FtpArgumentCode.TransferSubType
          SubType of transmission
FtpArgumentCode.TransferType
          Type of transmission
FtpCommandCode
          This class must reassemble all the commands that could be implemented.
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.data.handler
FtpArgumentCode.TransferMode
          Mode of transmission
FtpArgumentCode.TransferStructure
          Structure of transmission
FtpArgumentCode.TransferSubType
          SubType of transmission
FtpArgumentCode.TransferType
          Type of transmission
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.core.session
AbstractCommand
          Abstract definition of an FTP Command
 

Classes in goldengate.ftp.core.command used by goldengate.ftp.simpleimpl.control
AbstractCommand
          Abstract definition of an FTP Command
 



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