Lines Matching defs:command
478 * When we've issue the PORT command, we have told the server to connect to
608 * from a server after a command.
1169 /* step 5, send the proper FTP command */
1218 failf(data, "Failure sending EPRT command: %s",
1244 failf(data, "Failure sending PORT command: %s",
1252 /* store which command was sent */
1314 * REST is the last command in the chain of commands when a "head"-like
1332 /* We have chosen to use the PORT (or similar) command */
1336 /* We have chosen (this is default) to use the PASV (or similar) command */
1338 /* The user has requested that we send a PRET command
1371 /* Determine if server can respond to REST command and therefore
1410 /* If this output is to be machine-parsed, the NLST command might be better
1411 to use, since the LIST command output is not specified or standard in any
1417 as argument for the LIST / NLST / or custom command.
1493 /* The SIZE command is _not_ RFC 959 specified, and therefore many servers
1550 /* 1. get already existing file's size. We use the SIZE command for this
1551 which may not exist in the server! The SIZE command is not in
1555 don't another ftp command. We just skip the source file
1686 ftpc->count2 = 1; /* the sent command is allowed to fail */
2022 /* the command failed */
2347 /* allow a SIZE failure for (resumed) uploads, when probing what command
2596 Specifically, the PROT command MUST be preceded by a PBSZ
2597 command and a PBSZ command MUST be preceded by a successful
2602 Thus the PBSZ command must still be issued, but must have a
2658 /* Ok, USER failed. Let's try the supplied command. */
2774 /* we have gotten the response to a previous AUTH command */
2865 failf(data, "Failed to clear the command channel (CCC)");
2922 syntax when one is encountered in a command: this results in
3022 failf(data, "QUOT command failed with %03d", ftpcode);
3106 failf(data, "PRET command not accepted: %03d", ftpcode);
3332 failf(data, "Failure sending ABOR command: %s",
3335 connclose(conn, "ABOR command failed"); /* connection closure */
3473 /* if a command starts with an asterisk, which a legal FTP command never
3474 can, the command will be allowed to fail without it causing any
3475 aborts or cancels etc. It will cause libcurl to act as if the command
3551 * when we've issued a PASV command before and thus we have connected to a
3744 /* start the first command in the DO phase */
4051 failf(data, "Failure sending QUIT command: %s",
4054 connclose(conn, "QUIT command failed"); /* mark for connection closure */
4086 will try to send the QUIT command, otherwise it will just return.
4213 /* we skip empty path components, like "x//y" since the FTP command
4406 char command;
4408 command = Curl_raw_toupper(type[6]);
4410 switch(command) {