public class FtpLnCommand extends FtpCommand
| Constructor and Description | 
|---|
FtpLnCommand()
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
createLink(FtpServer server,
          FtpServerChannel channel,
          FtpSession psession,
          String sourcePath,
          String targetPath)
Create Link. 
 | 
protected void | 
execute(FtpServerChannel channel,
       String cmdKey,
       Argument[] flags,
       Argument[] args)
Execute a command. 
 | 
protected void | 
handleException(FtpServerChannel channel,
               Exception exception,
               String cmdKey)
Handle error. 
 | 
checkLoggedIn, denyGuestAccessForWriteableCommands, encodeArgument, formatCmdline, getHomeFolderPath, getPotentialArgs, getPotentialFlags, normalizePath, runprotected void execute(FtpServerChannel channel, String cmdKey, Argument[] flags, Argument[] args) throws FtpException, FdkException, Exception
execute in class FtpCommandFtpExceptionFdkExceptionExceptionprotected void createLink(FtpServer server, FtpServerChannel channel, FtpSession psession, String sourcePath, String targetPath) throws Exception
Exceptionprotected void handleException(FtpServerChannel channel, Exception exception, String cmdKey) throws Exception
handleException in class FtpCommandchannel - the server channelexception - exception objectcmdKey - the command attemptedExceptionCopyright © 2025. All rights reserved.