java.lang.Object
org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
org.exoplatform.frameworks.ftpclient.commands.CmdStor
All Implemented Interfaces:
FtpCommand

public class CmdStor extends FtpCommandImpl
Created by The eXo Platform SAS .
Version:
$Id: $
Author:
Vitaly Guly
  • Field Details

    • path

      protected String path
    • fileContent

      protected byte[] fileContent
  • Constructor Details

    • CmdStor

      public CmdStor(String path)
  • Method Details

    • setFileContent

      public void setFileContent(byte[] fileContent)
    • execute

      public int execute()
      Specified by:
      execute in interface FtpCommand
      Specified by:
      execute in class FtpCommandImpl