Class FtpUtils
- java.lang.Object
-
- org.exoplatform.frameworks.ftpclient.FtpUtils
-
public class FtpUtils extends Object
Created by The eXo Platform SAS .- Version:
- $Id: $
- Author:
- Vitaly Guly
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.exoplatform.services.log.Loglog
-
Constructor Summary
Constructors Constructor Description FtpUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetReplyCode(String reply)static booleanisPortFree(int port)
-
-
-
Method Detail
-
getReplyCode
public static int getReplyCode(String reply)
-
isPortFree
public static boolean isPortFree(int port)
-
-