sftp: allow quoted commands to use relative paths

Closes #1900
This commit is contained in:
John DeHelian 2017-12-08 11:31:01 -05:00 committed by Daniel Stenberg
parent 9fb5a943f5
commit a4a56ec93e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 34 additions and 19 deletions

View file

@ -41,5 +41,4 @@ CURLcode Curl_getworkingpath(struct connectdata *conn,
char *homedir,
char **path);
CURLcode
Curl_get_pathname(const char **cpp, char **path);
CURLcode Curl_get_pathname(const char **cpp, char **path, char *homedir);