public class USER extends AbstractCommand
USER <SP> <username> <CRLF>
Constructor and Description |
---|
USER() |
Modifier and Type | Method and Description |
---|---|
void |
execute(FtpIoSession session,
FtpServerContext context,
FtpRequest request)
Execute command.
|
public void execute(FtpIoSession session, FtpServerContext context, FtpRequest request) throws IOException, FtpException
session
- The current FtpIoSession
context
- The current FtpServerContext
request
- The current FtpRequest
IOException
FtpException
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.