Package | Description |
---|---|
org.waarp.ftp.core.command |
Global classes that store all informations on implemented commands, arguments, reply codes.
|
org.waarp.ftp.core.command.info |
FTP Informational related command
|
org.waarp.ftp.core.command.internal |
FTP Internal related command
|
org.waarp.ftp.core.config |
Classes implementing configuration
|
org.waarp.ftp.core.control |
Classes implementing Control connections.
|
org.waarp.ftp.core.control.ftps |
This module is for FTPS support as native SSL/TLS on port 990 similar to RFC 2818.
|
org.waarp.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. |
org.waarp.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. |
org.waarp.ftp.core.session |
Classes implementing session
|
org.waarp.ftp.filesystembased |
Classes implementing File, Directory and Authentication according to a filesystem implementation
for FTP
|
org.waarp.ftp.simpleimpl.control |
Simple FTP server example of control business.
|
org.waarp.ftp.simpleimpl.file |
Filesystem based implementation example of File, Dir, Auth and SimpleAuth.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Class and Description |
---|
FtpSession
Main class that stores any information that must be accessible from anywhere during the
connection of one user.
|
Copyright © 2009–2019 Waarp. All rights reserved.