org.pentaho.di.job.entries.ssh2get
Class FTPUtils

java.lang.Object
  extended by org.pentaho.di.job.entries.ssh2get.FTPUtils

public class FTPUtils
extends Object


Field Summary
static String FILE_SEPARATOR
           
 
Constructor Summary
FTPUtils()
           
 
Method Summary
static String normalizePath(String path)
          normalize / to \ and remove trailing slashes from a path
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_SEPARATOR

public static String FILE_SEPARATOR
Constructor Detail

FTPUtils

public FTPUtils()
Method Detail

normalizePath

public static String normalizePath(String path)
                            throws Exception
normalize / to \ and remove trailing slashes from a path

Parameters:
path -
Returns:
normalized path
Throws:
Exception