gov.nasa.pds.report.update.util
Interface RemoteFileTransfer

All Known Implementing Classes:
SFTPConnect

public interface RemoteFileTransfer


Method Summary
 com.google.gson.JsonObject checkConnection(com.google.gson.JsonObject start, String hostname, String username, String password, String pathname)
           
 void getLogs(String hostname, String username, String password, String pathname, String logDest)
           
 

Method Detail

checkConnection

com.google.gson.JsonObject checkConnection(com.google.gson.JsonObject start,
                                           String hostname,
                                           String username,
                                           String password,
                                           String pathname)

getLogs

void getLogs(String hostname,
             String username,
             String password,
             String pathname,
             String logDest)


Copyright © 2010-2014 Planetary Data System. All Rights Reserved.