com.myjavaworld.jftp
Class TransferObject
java.lang.Object
com.myjavaworld.jftp.TransferObject
public class TransferObject
- extends Object
- Author:
- Sai Pullabhotla
DOWNLOAD
public static int DOWNLOAD
UPLOAD
public static int UPLOAD
TransferObject
public TransferObject(int direction,
LocalFile localFile,
com.myjavaworld.ftp.RemoteFile remoteFile)
getDirection
public int getDirection()
getLocalFile
public LocalFile getLocalFile()
getRemoteFile
public com.myjavaworld.ftp.RemoteFile getRemoteFile()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.