Lines Matching full:commands
25 CURLOPT_QUOTE \- (S)FTP commands to run before transfer
31 Pass a pointer to a linked list of FTP or SFTP commands to pass to the server
32 prior to your request. This will be done before any other commands are issued
35 \fIcurl_slist_append(3)\fP to append strings (commands) to the list, and clear
44 The set of valid FTP commands depends on the server (see RFC959 for a list of
45 mandatory commands).
47 libcurl does not inspect, parse or "understand" the commands passed to the
49 similar using quote commands, libcurl will not know about it.
51 The valid SFTP commands are:
69 The ln and symlink commands create a symbolic link at the target_file location
107 /* pass in the FTP commands to run before the transfer */