Lite Multitenant FTP connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.mule.modules.ftplite
com.mule.modules.ftplite.adapter
com.mule.modules.ftplite.adapters
com.mule.modules.ftplite.agents
com.mule.modules.ftplite.basic
com.mule.modules.ftplite.callback
com.mule.modules.ftplite.config
com.mule.modules.ftplite.connection
com.mule.modules.ftplite.devkit
com.mule.modules.ftplite.exceptions
com.mule.modules.ftplite.io
com.mule.modules.ftplite.oauth
com.mule.modules.ftplite.process
com.mule.modules.ftplite.processors
Classes
FtpLiteConnector
FtpUtils
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
FtpUtils
extends
Object
java.lang.Object
↳
com.mule.modules.ftplite.FtpUtils
Summary
Public Constructors
FtpUtils
()
Public Methods
static void
releaseClient
(FTPClient client)
static void
uploadStream
(FTPClient client,
String
fileName,
InputStream
content)
Protected Methods
static FTPClient
createClient
(
String
hostName,
String
port,
String
passive,
String
userName,
String
password,
String
path)
static FTPFile
getFile
(FTPClient client,
String
filePath)
static
InputStream
getFileContent
(FTPClient client,
String
filePath)
static FTPFile[]
getFiles
(FTPClient client)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
FtpUtils
()
Public Methods
public static void
releaseClient
(FTPClient client)
Parameters
client
public static void
uploadStream
(FTPClient client,
String
fileName,
InputStream
content)
Parameters
client
fileName
content
Protected Methods
protected static FTPClient
createClient
(
String
hostName,
String
port,
String
passive,
String
userName,
String
password,
String
path)
Parameters
hostName
port
passive
userName
password
path
Throws
FtpLiteException
protected static FTPFile
getFile
(FTPClient client,
String
filePath)
Parameters
client
filePath
Throws
FtpLiteException
protected static
InputStream
getFileContent
(FTPClient client,
String
filePath)
Parameters
client
filePath
protected static FTPFile[]
getFiles
(FTPClient client)
Parameters
client
Throws
FtpLiteException