Class SftpCommand
java.lang.Object
com.sshtools.server.vsession.AbstractCommand
com.sshtools.server.vsession.commands.sftp.SftpCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
Cd
,Chgrp
,Chmod
,Chown
,Get
,Lcd
,Lpwd
,Ls
,Mkdir
,Put
,Pwd
,Quit
,Rename
,Rm
,Rmdir
-
Field Summary
FieldsFields inherited from class com.sshtools.server.vsession.AbstractCommand
exitCode
Fields inherited from interface com.sshtools.server.vsession.Command
STILL_ACTIVE
-
Constructor Summary
ConstructorsConstructorDescriptionSftpCommand
(String name, String subsystem, String usage, String description) -
Method Summary
Methods inherited from class com.sshtools.server.vsession.AbstractCommand
complete, getCommandName, getDescription, getExitCode, getName, getSubsystem, getUsage, isBuiltIn, isHidden, setBuiltIn, setDescription, setName, setSignature, setSubsystem
-
Field Details
-
sftp
-
-
Constructor Details
-
SftpCommand
-
-
Method Details
-
setSftpClient
-