|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScpTransferHelper.Implementation | |
---|---|
com.emarsys.ecommon.files | Provides utilities to manage files. |
Uses of ScpTransferHelper.Implementation in com.emarsys.ecommon.files |
---|
Methods in com.emarsys.ecommon.files that return ScpTransferHelper.Implementation | |
---|---|
static ScpTransferHelper.Implementation |
ScpTransferHelper.Implementation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScpTransferHelper.Implementation[] |
ScpTransferHelper.Implementation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.emarsys.ecommon.files with parameters of type ScpTransferHelper.Implementation | |
---|---|
void |
ScpTransferHelper.transferFile(ScpTransferHelper.Implementation i,
java.lang.String path,
java.lang.String filename)
Transfers the file with implementation i to the current directory on the server. |
void |
ScpTransferHelper.transferFile(ScpTransferHelper.Implementation i,
java.lang.String path,
java.lang.String filename,
java.lang.String target)
Transfers the file with implementation i to the given target on the server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |