A tiny bug in documents of ftp

original commit: a04ae51f64
This commit is contained in:
Chen Xiao 2012-12-17 15:33:22 +08:00 committed by Matthew Flatt
parent a951303303
commit 95d818431b

View File

@ -106,6 +106,7 @@ is intended to limit polling.
@racketblock[ @racketblock[
(ftp-download-file (ftp-download-file
ftp-conn "." "testfile" ftp-conn "." "testfile"
#:progress
(lambda (get-count) (lambda (get-count)
(thread (thread
(lambda () (lambda ()