Modify emsdriver Code
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / commons / ftp / FTPSrv.java
index fdb838f..4f987a5 100644 (file)
@@ -162,6 +162,13 @@ public class FTPSrv implements FTPInterface{
                return ftpRemoteFiles;
        }
 
+
+       @Override
+       public String pwd() throws IOException {
+               String returnValue = ftpClient.printWorkingDirectory();
+               return returnValue;
+       }
+
 //     public boolean store(String localFile, String remoteFile) {
 //             
 //             boolean sucess = false;