Package org.kmem.kosh.sftp

Examples of org.kmem.kosh.sftp.TransferDetails


   *
   * This is to acquire the information needed to transfer the files either to
   * or from the system
   */
  public void init(int transferType) {
    m_details = new TransferDetails(m_project);

    m_files = new Vector();
    m_folders = new Vector();
    m_mode = transferType;
  }
View Full Code Here

TOP

Related Classes of org.kmem.kosh.sftp.TransferDetails

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.