Package | Description |
---|---|
org.waarp.ftp.core.command.access |
FTP Access related command
|
org.waarp.ftp.core.command.internal |
FTP Internal related command
|
org.waarp.ftp.core.file |
Interfaces for FtpFile, FtpDir and FtpAuth as specific FTP extension of
interfaces FileInterface,
DirInterface and AuthInterface
|
org.waarp.ftp.filesystembased |
Classes implementing File, Directory and Authentication according to a
filesystem implementation for FTP
|
org.waarp.gateway.kernel.session |
Modifier and Type | Method and Description |
---|---|
void |
ACCT.exec() |
Modifier and Type | Method and Description |
---|---|
void |
UnimplementedCommand.exec() |
Modifier and Type | Method and Description |
---|---|
NextCommandReply |
FtpAuth.setAccount(String account) |
Modifier and Type | Method and Description |
---|---|
NextCommandReply |
FilesystemBasedFtpAuth.setAccount(String account) |
protected abstract NextCommandReply |
FilesystemBasedFtpAuth.setBusinessAccount(String account)
Set the account according to any implementation and could set the
rootFromAuth.
|
Modifier and Type | Method and Description |
---|---|
NextCommandReply |
DefaultHttpAuth.setAccount(String account) |
NextCommandReply |
HttpAuthInterface.setAccount(String account) |
Copyright © 2009–2020 Waarp. All rights reserved.