Lines Matching +full:working +full:- +full:directory
8 .\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
25 CURLOPT_QUOTE \- (S)FTP commands to run before transfer
48 server using this option. If you change connection state, working directory or
72 The mkdir command creates the directory named by the directory_name operand.
78 The pwd command returns the absolute pathname of the current working directory.
80 The rename command renames the file or directory named by the source
84 .IP "rmdir directory"
85 The rmdir command removes the directory entry specified by the directory
100 cmdlist = curl_slist_append(cmdlist, "RNFR source-name");
101 cmdlist = curl_slist_append(cmdlist, "RNTO new-name");
116 SFTP support added in 7.16.3. *-prefix for SFTP added in 7.24.0