Fixing ftp-download-file

original commit: f5bddf770508a4b8be0cf8e22414363ff6348538
This commit is contained in:
Jay McCarthy 2010-05-24 09:56:15 -06:00
parent 351136f202
commit 7e00a44f62

View File

@ -197,7 +197,7 @@
(path->string (build-path folder "ftptmp"))
"~~")
"~a"))]
[new-file (open-output-file tmpfile 'replace)]
[new-file (open-output-file tmpfile #:exists 'replace)]
[tcpstring (bytes-append #"RETR "
(string->bytes/locale filename)
#"\n")]