Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 17 of 17) sorted by relevance

/curl/docs/cmdline-opts/
H A Dftp-create-dirs.md4 Long: ftp-create-dirs
6 Help: Create the remote dirs if not present
11 - create-dirs
13 - --ftp-create-dirs -T file ftp://example.com/remote/path/file
16 # `--ftp-create-dirs`
H A Dcreate-dirs.md4 Long: create-dirs
10 - ftp-create-dirs
13 - --create-dirs --output local/dir/file $URL
16 # `--create-dirs`
26 To create remote directories when using FTP or SFTP, try --ftp-create-dirs.
H A Dcreate-file-mode.md12 - ftp-create-dirs
H A Doutput-dir.md26 --create-dirs is also used.
H A Doutput.md47 See also the --create-dirs option to create the local directories
/curl/tests/data/
H A Dtest6246 --ftp-create-dirs
22 SFTP put with --ftp-create-dirs
25 --ftp-create-dirs --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub …
H A Dtest6256 --ftp-create-dirs
22 SFTP put with --ftp-create-dirs twice
25 --ftp-create-dirs --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub …
H A Dtest301136 --output-dir with --create-dirs
39 http://%HOSTIP:%HTTPPORT/this/is/the/%TESTNUMBER -O --output-dir %PWD/%LOGDIR/tmp --create-dirs
H A Dtest14822 FTP with --ftp-create-dirs (failing MKD)
25 ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/%TESTNUMBER --ftp-create-dirs
H A Dtest14725 FTP with --ftp-create-dirs (failing CWD)
28 ftp://%HOSTIP:%FTPPORT/first/dir/here/%TESTNUMBER --ftp-create-dirs
/curl/lib/
H A Dftp.h127 char **dirs; /* realloc()ed array for path components */ member
H A Dftp.c314 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()
4318 ftpc->dirs = calloc(1, sizeof(ftpc->dirs[0])); in ftp_parse_url_path()
4319 if(!ftpc->dirs) { in ftp_parse_url_path()
4325 if(!ftpc->dirs[0]) { in ftp_parse_url_path()
4350 ftpc->dirs = calloc(dirAlloc, sizeof(ftpc->dirs[0])); in ftp_parse_url_path()
4351 if(!ftpc->dirs) { in ftp_parse_url_path()
[all …]
/curl/docs/
H A Doptions-in-versions34 --create-dirs 7.10.3
73 --ftp-create-dirs 7.10.7
H A DTODO780 that does not exist on the server, just like --ftp-create-dirs.
/curl/tests/
H A Dftpserver.pl2068 my @dirs = split("/", $target_dir);
2069 for(@dirs) {
/curl/winbuild/
H A DMakefileBuild.vc700 # Makefile.vc's clean removes (LIB)CURL_DIROBJ and DIRDIST dirs then calls
/curl/
H A Dconfigure.ac1845 dnl found in the given dirs

Completed in 65 milliseconds