mirror of
https://github.com/curl/curl.git
synced 2026-07-15 21:27:21 +03:00
modified error message when PWD fails
This commit is contained in:
parent
5214dbbd02
commit
0e25cf41c4
1 changed files with 1 additions and 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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue