Uses of Package
goldengate.ftp.core.data

Packages that use goldengate.ftp.core.data
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.session Classes implementing session 
goldengate.ftp.simpleimpl.control Simple FTP server example of control business. 
 

Classes in goldengate.ftp.core.data used by goldengate.ftp.core.control
FtpTransfer
          Class that owns one transfer to be run
 

Classes in goldengate.ftp.core.data used by goldengate.ftp.core.data
FtpTransfer
          Class that owns one transfer to be run
FtpTransferControl
          Main class that handles transfers and their execution
 

Classes in goldengate.ftp.core.data used by goldengate.ftp.core.session
FtpDataAsyncConn
          Main class that handles Data connection using asynchronous connection with Netty
 

Classes in goldengate.ftp.core.data used by goldengate.ftp.simpleimpl.control
FtpTransfer
          Class that owns one transfer to be run
 



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