Class FTPUploader
- java.lang.Object
-
- org.wso2.diagnostics.postexecutor.FTPUploader
-
public class FTPUploader extends Object
Utility class to upload the zip file to FTP server.
-
-
Constructor Summary
Constructors Constructor Description FTPUploader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiduploadFile(String zipFilePath, String zipFileName)This method is used to upload the zip file to FTP server.
-