//*****************************************************************************
//*
//* (c) Copyright 2002. Glub Tech, Incorporated. All Rights Reserved.
//*
//* $Id: Constants.java 37 2009-05-11 22:46:15Z gary $
//*
//*****************************************************************************
package com.glub.secureftp.client.framework;
public interface Constants {
public final static int DEF_EXPLICIT_SSL_PORT = 21;
public final static int DEF_IMPLICIT_SSL_PORT = 990;
}