Lines Matching defs:unique
411 * {@code unique} argument, and returns the {@code OutputStream}
419 * If {@code unique} is set to {@code true}, the resultant file
420 * is to be created under a name unique to that directory, meaning
422 * generate a new, unique, file name.
427 * @param unique {@code true} if the remote files should be unique,
433 public abstract OutputStream putFileStream(String name, boolean unique) throws FtpProtocolException, IOException;
438 * {@code unique} argument. The content of the {@code InputStream}
445 * If {@code unique} is set to {@code true}, the resultant file
446 * is to be created under a name unique to that directory, meaning
448 * generate a new, unique, file name.
481 * @param unique {@code true} if the remote file should be unique
488 public abstract FtpClient putFile(String name, InputStream local, boolean unique) throws FtpProtocolException, IOException;
844 * This is mainly useful for "put" operation when the unique flag was
845 * set since it allows to recover the unique file name created on the