get(GridFTPClient client,
int localServerMode,
int transferType,
int transferMode,
DataChannelAuthentication dcau,
int prot,
java.lang.String fullLocalFile,
java.lang.String fullRemoteFile)
This method performs the actual transfer
put(GridFTPClient client,
int localServerMode,
int transferType,
int transferMode,
DataChannelAuthentication dcau,
int prot,
java.lang.String fullLocalFile,
java.lang.String fullRemoteFile)
This method performs the actual transfer
testGet(java.lang.String host,
int port,
java.lang.String fullRemoteFile,
java.lang.String localDestDir,
int localServerMode,
int transferType,
int transferMode)
protected void
testGet(java.lang.String host,
int port,
java.lang.String remoteDir,
java.lang.String remoteFile,
java.lang.String localDir)
void
testGetNoSuchPort()
Try transferring file to and from bad port on existing server.
void
testGetNoSuchServer()
Try transferring file to and from non existent server.
void
testGetNoSuchSrcFile()
try transferring non existent file;
ServerException should be thrown
testPut(java.lang.String host,
int port,
java.lang.String remoteDir,
java.lang.String localDir,
java.lang.String localFile)
protected void
testPut(java.lang.String host,
int port,
java.lang.String remoteDestDir,
java.lang.String localFile,
java.lang.String localDir,
int localServerMode,
int transferType,
int transferMode)
void
testPutNoSuchDestDir()
try transferring file to non existent directory;
ServerException should be thrown.
protected void testGet(java.lang.String host,
int port,
java.lang.String fullRemoteFile,
java.lang.String localDestDir,
int localServerMode,
int transferType,
int transferMode)
throws java.lang.Exception
java.lang.Exception
get
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 testPut(java.lang.String host,
int port,
java.lang.String remoteDestDir,
java.lang.String localFile,
java.lang.String localDir,
int localServerMode,
int transferType,
int transferMode)
throws java.lang.Exception
java.lang.Exception
put
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