org.ofbiz.common
Class FtpServices

java.lang.Object
  extended by org.ofbiz.common.FtpServices

public class FtpServices
extends java.lang.Object

FTP Services


Field Summary
static java.lang.String module
           
 
Constructor Summary
FtpServices()
           
 
Method Summary
static java.util.Map<java.lang.String,java.lang.Object> getFile(DispatchContext dctx, java.util.Map<java.lang.String,?> context)
           
static java.util.Map<java.lang.String,java.lang.Object> putFile(DispatchContext dctx, java.util.Map<java.lang.String,?> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

FtpServices

public FtpServices()
Method Detail

putFile

public static java.util.Map<java.lang.String,java.lang.Object> putFile(DispatchContext dctx,
                                                                       java.util.Map<java.lang.String,?> context)

getFile

public static java.util.Map<java.lang.String,java.lang.Object> getFile(DispatchContext dctx,
                                                                       java.util.Map<java.lang.String,?> context)