Searched refs:dirs (Results 1 – 19 of 19) sorted by relevance
4 Long: ftp-create-dirs6 Help: Create the remote dirs if not present11 - create-dirs13 - --ftp-create-dirs -T file ftp://example.com/remote/path/file16 # `--ftp-create-dirs`
4 Long: create-dirs10 - ftp-create-dirs13 - --create-dirs --output local/dir/file $URL16 # `--create-dirs`26 To create remote directories when using FTP or SFTP, try --ftp-create-dirs.
12 - ftp-create-dirs
26 --create-dirs is also used.
31 Starting in curl 8.11.0, using the --create-dirs option can also create
47 See also the --create-dirs option to create the local directories
6 --ftp-create-dirs22 SFTP put with --ftp-create-dirs25 --ftp-create-dirs --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub …
6 --ftp-create-dirs22 SFTP put with --ftp-create-dirs twice25 --ftp-create-dirs --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub …
22 FTP with --ftp-create-dirs (failing MKD)25 ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/%TESTNUMBER --ftp-create-dirs
36 --output-dir with --create-dirs39 http://%HOSTIP:%HTTPPORT/this/is/the/%TESTNUMBER -O --output-dir %PWD/%LOGDIR/tmp --create-dirs
25 FTP with --ftp-create-dirs (failing CWD)28 ftp://%HOSTIP:%FTPPORT/first/dir/here/%TESTNUMBER --ftp-create-dirs
36 --output-dir with --create-dirs39 …tp://%HOSTIP:%HTTPPORT/this/is/the/%TESTNUMBER --dump-header %PWD/%LOGDIR/tmp/out.txt --create-dirs
127 char **dirs; /* realloc()ed array for path components */ member
314 if(ftpc->dirs) { in freedirs()317 free(ftpc->dirs[i]); in freedirs()318 ftpc->dirs[i] = NULL; in freedirs()320 free(ftpc->dirs); in freedirs()321 ftpc->dirs = NULL; in freedirs()4155 ftpc->dirs = calloc(1, sizeof(ftpc->dirs[0])); in ftp_parse_url_path()4156 if(!ftpc->dirs) { in ftp_parse_url_path()4162 if(!ftpc->dirs[0]) { in ftp_parse_url_path()4187 ftpc->dirs = calloc(dirAlloc, sizeof(ftpc->dirs[0])); in ftp_parse_url_path()4188 if(!ftpc->dirs) { in ftp_parse_url_path()[all …]
34 --create-dirs 7.10.374 --ftp-create-dirs 7.10.7
776 that does not exist on the server, just like --ftp-create-dirs.
2063 my @dirs = split("/", $target_dir);2064 for(@dirs) {
724 # Makefile.vc's clean removes (LIB)CURL_DIROBJ and DIRDIST dirs then calls
1958 dnl found in the given dirs
Completed in 41 milliseconds