public class FTPStrategy extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
ftpPass |
protected String |
ftpUser |
protected BlobTransferPolicy |
transferPolicy |
protected URL |
url |
Constructor and Description |
---|
FTPStrategy(BlobTransferPolicy transferPolicy) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.net.ftp.FTPClient |
createFTP() |
protected void |
setUserInformation(String userInfo) |
protected BlobTransferPolicy transferPolicy
protected URL url
protected String ftpUser
protected String ftpPass
public FTPStrategy(BlobTransferPolicy transferPolicy) throws MalformedURLException
MalformedURLException
protected void setUserInformation(String userInfo)
protected org.apache.commons.net.ftp.FTPClient createFTP() throws IOException, javax.jms.JMSException
IOException
javax.jms.JMSException
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.