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
public FTPStrategy(BlobTransferPolicy transferPolicy) throws MalformedURLException
MalformedURLException
protected void setUserInformation(String userInfo)
protected org.apache.commons.net.ftp.FTPClient createFTP() throws IOException, JMSException
IOException
JMSException
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.