Codota Logo
FTPSConnection.isDirectoryExists
Code IndexAdd Codota to your IDE (free)

How to use
isDirectoryExists
method
in
org.pentaho.di.job.entries.ftpsget.FTPSConnection

Best Java code snippets using org.pentaho.di.job.entries.ftpsget.FTPSConnection.isDirectoryExists (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew LinkedList()
  • Codota IconCollections.emptyList()
  • Codota Iconnew ArrayList()
  • Smart code suggestions by Codota
}
origin: pentaho/pentaho-kettle

retval = connection.isDirectoryExists( realFTPSDirectory );
retval = connection.isDirectoryExists( realMoveDirectory );
origin: pentaho/pentaho-kettle

realMoveToFolder = normalizePath( environmentSubstitute( movetodirectory ) );
boolean folderExist = connection.isDirectoryExists( realMoveToFolder );
if ( isDetailed() ) {
 logDetailed( BaseMessages.getString( PKG, "JobEntryFTPS.CheckMoveToFolder", realMoveToFolder ) );
origin: pentaho/pentaho-kettle

return connection.isDirectoryExists( realFtpDirectory );
org.pentaho.di.job.entries.ftpsgetFTPSConnectionisDirectoryExists

Javadoc

Checks if a directory exists

Popular methods of FTPSConnection

  • connect
    this method is used to connect to a remote host
  • <init>
  • changeDirectory
    this method change FTP working directory
  • disconnect
    this method is used to disconnect the connection
  • getWorkingDirectory
    Returns the working directory
  • setBinaryMode
    public void setBinaryMode(boolean type) this method is used to set the transfer type to binary
  • setProxyHost
    this method is used to set the proxy host
  • setProxyPassword
    this method is used to set the proxy password
  • setProxyPort
    this method is used to set the proxy port
  • setProxyUser
    this method is used to set the proxy username
  • createDirectory
    this method is used to create a directory in remote host
  • deleteFile
    this method is used to delete a file in remote host
  • createDirectory,
  • deleteFile,
  • downloadFile,
  • getConnectionType,
  • getConnectionTypeByCode,
  • getConnectionTypeByDesc,
  • getConnectionTypeCode,
  • getConnectionTypeDesc,
  • getFileList

Popular in Java

  • Updating database using SQL prepared statement
  • getContentResolver (Context)
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • InetAddress (java.net)
    This class represents an Internet Protocol (IP) address. An IP address is either a 32-bit or 128-bit
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now