get(GridFTPClient client,
int localServerMode,
int transferType,
int transferMode,
DataChannelAuthentication dcau,
int prot,
java.lang.String fullLocalFile,
java.lang.String fullRemoteFile)
This demonstrates striped file storage.
put(GridFTPClient client,
int localServerMode,
int transferType,
int transferMode,
DataChannelAuthentication dcau,
int prot,
java.lang.String fullLocalFile,
java.lang.String fullRemoteFile)
This demonstrates striped file retrieval.
protected void get(GridFTPClient client,
int localServerMode,
int transferType,
int transferMode,
DataChannelAuthentication dcau,
int prot,
java.lang.String fullLocalFile,
java.lang.String fullRemoteFile)
throws java.lang.Exception
protected void put(GridFTPClient client,
int localServerMode,
int transferType,
int transferMode,
DataChannelAuthentication dcau,
int prot,
java.lang.String fullLocalFile,
java.lang.String fullRemoteFile)
throws java.lang.Exception