Lines Matching defs:dir
872 transfer is taking place, we must first get back to the original dir
1420 The other ftp_filemethods will CWD into dir/dir/ first and
1436 /* chop off the file part if format is dir/file otherwise remove
1437 the trailing slash for dir/dir/ except for absolute path / */
2570 /* simply no matching files in the dir listing */
2927 char *dir = Curl_dyn_ptr(&out);
2929 if(!ftpc->server_os && dir[0] != '/') {
2932 free(dir);
2936 ftpc->entrypath = dir; /* remember this */
2945 ftpc->entrypath = dir; /* remember this */
3037 /* count3 is set to allow MKD to fail once per dir. In the case when
3039 create the dir) this then allows for a second try to CWD to it. */
3069 /* failure to MKD the dir */
3070 failf(data, "Failed to MKD dir: %03d", ftpcode);
3315 infof(data, "Remembering we are in dir \"%s\"", ftpc->prevpath);
3318 /* free the dir tree and file parts */
4155 argument in dir/file decisions.
4179 ftpc->dirdepth = 1; /* we consider it to be a single dir */