diff options
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -632,7 +632,7 @@ CURLcode _ftp_cwd(struct connectdata *conn, char *path) return CURLE_OPERATION_TIMEOUTED; if (ftpcode != 250) { - failf(conn->data, "Couldn't change back to directory %s", path); + failf(conn->data, "Couldn't cd to %s", path); return CURLE_FTP_ACCESS_DENIED; } |