Fixing ftp-download-file
original commit: f5bddf770508a4b8be0cf8e22414363ff6348538
This commit is contained in:
parent
351136f202
commit
7e00a44f62
|
@ -197,7 +197,7 @@
|
||||||
(path->string (build-path folder "ftptmp"))
|
(path->string (build-path folder "ftptmp"))
|
||||||
"~~")
|
"~~")
|
||||||
"~a"))]
|
"~a"))]
|
||||||
[new-file (open-output-file tmpfile 'replace)]
|
[new-file (open-output-file tmpfile #:exists 'replace)]
|
||||||
[tcpstring (bytes-append #"RETR "
|
[tcpstring (bytes-append #"RETR "
|
||||||
(string->bytes/locale filename)
|
(string->bytes/locale filename)
|
||||||
#"\n")]
|
#"\n")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user