Modify emsdriver Code
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / commons / ftp / FTPInterface.java
index ee9c3fb..ceca30f 100644 (file)
@@ -15,6 +15,8 @@
  */
 package org.onap.vfc.nfvo.emsdriver.commons.ftp;
 
+import java.io.IOException;
+
 public interface FTPInterface {
        
     /** 
@@ -38,6 +40,8 @@ public interface FTPInterface {
     
     public RemoteFile[] list();
     
+    public String pwd() throws IOException;
+    
 //    public RemoteFile[] list(String dir);
     
 //    public boolean store(String localFile,String remoteFile);