| |
|
| com.enterprisedt.net.ftp.test.FTPTestCase com.enterprisedt.net.ftp.test.TestTransfer
TestTransfer | public class TestTransfer extends FTPTestCase (Code) | | Test get'ing and put'ing of remote files in various ways
author: Bruce Blackshaw version: $Revision: 1.14 $ |
getLogName | protected String getLogName()(Code) | | Get name of log file
name of file to log to |
main | public static void main(String[] args)(Code) | | Enable our class to be run, doing the
tests
|
suite | public static Test suite()(Code) | | Automatic test suite construction
suite of tests for this class |
testGetBytes | public void testGetBytes() throws Exception(Code) | | Test getting a byte array
|
testNoLocalFilename | public void testNoLocalFilename() throws Exception(Code) | | Test transfering by only supplying a local dir, not a
full pathname
|
testPutAppend | public void testPutAppend() throws Exception(Code) | | Test the append functionality in put()
|
testTransferBinary | public void testTransferBinary() throws Exception(Code) | | Test transfering a binary file
|
testTransferEmpty | public void testTransferEmpty() throws Exception(Code) | | Test transferring empty files
|
testTransferNonExistent | public void testTransferNonExistent() throws Exception(Code) | | Test transferring non-existent files
|
testTransferStream | public void testTransferStream() throws Exception(Code) | | Test the stream functionality
|
testTransferText | public void testTransferText() throws Exception(Code) | | Test transfering a text file
|
testTransferUnique | public void testTransferUnique() throws Exception(Code) | | Test transfering using the server to generate a unique
file name
|
testTransferUnixText | public void testTransferUnixText() throws Exception(Code) | | Test transfering a text file
|
|
|
|