Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Flatt
a951303303 net/ftp: make progress proc keyword, change progress protocol
The revised protocol for a progress procedure doesn't create
the thread automatically, and it provides an event to indicate
when the progress count changes.

original commit: e0de33a005
2012-12-13 07:45:26 -07:00
Chenxiao
d668029836 Improve ftp client. Add upload, progress monitor and something else.
original commit: 4cc287f7e5
2012-12-13 07:09:04 -07:00
Eli Barzilay
45ee870f98 Streamline more test suits.
original commit: 6260b4c239
2012-05-24 11:27:13 -04:00
Eli Barzilay
62e93cf2a4 Heavily revise this test.
- Simplify code
- Remove bogus leftover (tests) in the end
- Resolve deadlock that resulted from using `tcp-abandon-port' in
  `net/ftp'
- Actually there's no need for threads, probably because of small size
  of data, so keep it.
- Use scribble syntax instead of here-strings, and move the text out of
  the way.

original commit: f297c98c1a
2011-08-15 02:37:39 -04:00
Eli Barzilay
ad323a2665 Use "127.0.0.1" instead of "localhost" which can be more fragile.
(It's possible to have issues with "localhost", for example when there's
something in a $LOCALDOMAIN environment variable, which made this test
fail on certain machines.)

original commit: 22afec432c
2011-03-03 11:10:12 -05:00
Jay McCarthy
21c34d29d4 Increasing FTP test stability
original commit: bc15f398f2
2010-08-28 18:52:39 -06:00
Jay McCarthy
98c8c339e6 FTP tests without a network connection
original commit: 928dfd6fa2
2010-08-11 13:49:10 -06:00
Jay McCarthy
a616f14181 Close connection sooner
original commit: fc91321f21
2010-06-29 13:49:01 -06:00
Jay McCarthy
3b0c151ba1 Removing test auto run
original commit: 85a7509034
2010-05-24 09:56:35 -06:00
Jay McCarthy
76b1f30a2f Initial ftp test cases
original commit: 15d9a7dd8a
2010-05-24 09:56:35 -06:00