Package | Description |
---|---|
org.alfresco.jlan.ftp |
Modifier and Type | Method and Description |
---|---|
FTPSrvSession |
FTPSessionList.findSession(int id)
Find the session using the unique session id
|
FTPSrvSession |
FTPSessionList.findSession(Integer id)
Find the session using the unique session id
|
FTPSrvSession |
FTPDataSession.getCommandSession()
Return the associated command session
|
FTPSrvSession |
FTPSessionList.removeSession(FTPSrvSession sess)
Remove a session from the list
|
FTPSrvSession |
FTPSessionList.removeSession(int id)
Remove a session from the list
|
FTPSrvSession |
FTPSessionList.removeSession(Integer id)
Remove a session from the list
|
Modifier and Type | Method and Description |
---|---|
protected void |
FTPServer.addSession(FTPSrvSession sess)
Add a new session to the server
|
void |
FTPSessionList.addSession(FTPSrvSession sess)
Add a session to the list
|
protected FTPDataSession |
FTPServer.allocateDataSession(FTPSrvSession sess,
InetAddress remAddr,
int remPort)
Allocate a local port for a data session
|
protected FTPDataSession |
FTPServer.allocatePassiveDataSession(FTPSrvSession sess,
InetAddress localAddr)
Allocate a local port for a passive mode data session
|
boolean |
FTPAuthenticator.authenticateUser(ClientInfo cInfo,
FTPSrvSession sess)
Authenticate the user
|
boolean |
LocalAuthenticator.authenticateUser(ClientInfo cInfo,
FTPSrvSession sess)
Authenticate an FTP user
|
void |
FTPSiteInterface.processFTPSiteCommand(FTPSrvSession sess,
FTPRequest req)
Process an FTP SITE specific command
|
protected void |
FTPServer.removeSession(FTPSrvSession sess)
emove a session from the server
|
FTPSrvSession |
FTPSessionList.removeSession(FTPSrvSession sess)
Remove a session from the list
|
boolean |
FTPPath.setSharedDevice(SharedDeviceList shareList,
FTPSrvSession sess)
Set the shared device
|
Constructor and Description |
---|
FTPDataSession(FTPSrvSession sess)
Class constructor
|
FTPDataSession(FTPSrvSession sess,
InetAddress bindAddr)
Class constructor
|
FTPDataSession(FTPSrvSession sess,
InetAddress addr,
int port)
Class constructor
|
FTPDataSession(FTPSrvSession sess,
int localPort,
InetAddress bindAddr)
Class constructor
|
FTPDataSession(FTPSrvSession sess,
int localPort,
InetAddress addr,
int port)
Class constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.