Class WriteMode

java.lang.Object
com.enterprisedt.net.ftp.WriteMode

public class WriteMode extends Object
Enumerates the write modes that are possible when transferring files.
Version:
$Revision$
Author:
Bruce Blackshaw
  • Field Details

    • cvsId

      public static final String cvsId
      Revision control id
      See Also:
    • OVERWRITE

      public static final WriteMode OVERWRITE
      Overwrite the file
    • APPEND

      public static final WriteMode APPEND
      Append the file
    • RESUME

      public static final WriteMode RESUME
      Resume the file
  • Method Details