Fix typo in FTP-RENAME.

This commit is contained in:
sperber 2005-09-20 19:49:28 +00:00
parent 92c66ff35c
commit b9550cce3d
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
(values)))
(define (ftp-rename connection oldname newname)
(ftp-send-command connection (build-command "RNFR " oldname)
(ftp-send-command connection (build-command "RNFR" oldname)
(code-with-prefix "35"))
(ftp-send-command connection (build-command "RNTO" newname)
(code-with-prefix "25"))