History log of /curl/tests/ftpserver.pl (Results 251 – 275 of 312)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 669ebb5f 02-May-2005 Daniel Stenberg

Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV.

Made the ftp server use the passed in pidfile name, and made runtests.pl
pass it in properly.


# 9a3e0e52 02-May-2005 Daniel Stenberg

fix the server for the slow response case


# d3eea61f 02-May-2005 Daniel Stenberg

Make sure there's no pidfile if we cannot start the initial sockfilt tool -
this happens for some ipv6-enabled hosts on which sockfilt cannot listen
on ipv6.


# 85f9e6c4 28-Apr-2005 Daniel Stenberg

basic signal handler for sigint and sigkill


# 8cf17862 28-Apr-2005 Daniel Stenberg

kill slave processes when they fail


# 9b391e53 18-Apr-2005 Daniel Stenberg

allow some more time


# 14424f70 18-Apr-2005 Daniel Stenberg

Modified the FTP server to use the new 'sockfilt' program to do all the socket
level stuff. The FTP server communicates with sockfilt using perl's open2().
This enables easier IPv6 support an

Modified the FTP server to use the new 'sockfilt' program to do all the socket
level stuff. The FTP server communicates with sockfilt using perl's open2().
This enables easier IPv6 support and hopefully FTP-SSL support in the future.
Added four test cases for FTP-ipv6.

show more ...


# cd1144dc 14-Apr-2005 Daniel Stenberg

make the ftp server support reply/servercmd, and make SLOWDOWN work, and
update the docs accordingly


Revision tags: curl-7_13_2
# f6b11734 31-Mar-2005 Daniel Stenberg

copyright this year


# 677a74fa 29-Mar-2005 Daniel Stenberg

Made the server send data to the control/data connections using two dedicated
functions. This enabled me to add a function that automatically delays between
each byte, to proper test curl's a

Made the server send data to the control/data connections using two dedicated
functions. This enabled me to add a function that automatically delays between
each byte, to proper test curl's ability to read FTP server responses sent in
many (small) chunks. See also upcoming libcurl fixes...

show more ...


Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0
# 2415724d 26-Jan-2005 Daniel Stenberg

Make the server ignore the given PORT address, to make it possible to test
curl's -P option easier.


# f2e71edc 25-Jan-2005 Daniel Stenberg

A minor "syntax error" in numerous test files corrected


# b264a03f 20-Jan-2005 Daniel Stenberg

Support file names passed to RETR that don't start with a number. In that
case, all non-numeric prefixing letters are cut off to figure out the test
number.


# b5065e46 20-Jan-2005 Daniel Stenberg

add support for NOOP


# 3851c6aa 17-Jan-2005 Daniel Stenberg

support the new --id command line option, that allows a second (or third or
whatever) instance to run without overwriting the previous' logfiles


Revision tags: curl-7_12_3
# e9b3e1d0 27-Oct-2004 Daniel Stenberg

log client disconnects


Revision tags: curl-7_12_2
# 464be274 23-Aug-2004 Daniel Stenberg

Provide support for "transferring" zero bytes FTP files and comparing that
the output file actually is zero bytes after the transfer.


Revision tags: curl-7_12_1, pre-aifix
# b92e2ab6 17-Jun-2004 Daniel Stenberg

new daring features, not used by any current test


# 0a83fa90 15-Jun-2004 Daniel Stenberg

skip the pid from the logging


Revision tags: curl-7_12_0
# e1171071 17-May-2004 Daniel Stenberg

When waiting for the second connect, we now use alarm to timeout the waiting.
This is necessary in case the client never connects or somehow fails to do
it timely. The timeout used now is onl

When waiting for the second connect, we now use alarm to timeout the waiting.
This is necessary in case the client never connects or somehow fails to do
it timely. The timeout used now is only 2 seconds, which might cause problems
on really slow hosts but longer times are painful when doing torture testing
on FTP test cases.

I'm not sure how this 'alarm' functionality works on Windows or other systems
that don't actually have the alarm() function.

show more ...


Revision tags: curl-7_11_2
# 6f8b4395 19-Apr-2004 Daniel Stenberg

changed the logging to work when the logfile is removed during testing


# 43f8a1f5 15-Apr-2004 Daniel Stenberg

change the log format to look similar to sws
added various logging info


Revision tags: c-ares-1_2_0, curl-7_11_1
# 78f52c05 01-Mar-2004 Daniel Stenberg

Report the correct size when 'verifiedserver' is requested.


# 38b6016d 26-Feb-2004 Daniel Stenberg

added the ever-present source header


# 4427d914 26-Feb-2004 Daniel Stenberg

runtests.pl now provides the srcdir to the ftpserver so that it can pass
that to loadtest properly.


1...<<111213