Active mode FTP test cases with server not establishing data connection
authorYang Tse <yangsita@gmail.com>
Fri, 11 Nov 2011 18:46:44 +0000 (19:46 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 11 Nov 2011 18:46:44 +0000 (19:46 +0100)
commit082e8a3b03d2c47d237994675bface127ab23c29
tree66030bb59a9fcd22104e1af8b8f0b382adc92431
parentfd765c627fc3d0e3d6dad033833b7f9eb82f2d4c
Active mode FTP test cases with server not establishing data connection

591 -> FTP multi PORT and 425 on upload
592 -> FTP multi PORT and 421 on upload
593 -> FTP multi PORT upload, no data conn and no transient neg. reply
594 -> FTP multi PORT upload, no data conn and no positive prelim. reply

1206 -> FTP PORT and 425 on download
1207 -> FTP PORT and 421 on download
1208 -> FTP PORT download, no data conn and no transient negative reply
1209 -> FTP PORT download, no data conn and no positive preliminary reply
12 files changed:
tests/data/DISABLED
tests/data/Makefile.am
tests/data/test1206 [new file with mode: 0644]
tests/data/test1207 [new file with mode: 0644]
tests/data/test1208 [new file with mode: 0644]
tests/data/test1209 [new file with mode: 0644]
tests/data/test591 [moved from tests/data/test589 with 64% similarity]
tests/data/test592 [new file with mode: 0644]
tests/data/test593 [new file with mode: 0644]
tests/data/test594 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib591.c [moved from tests/libtest/lib589.c with 92% similarity]