• Daniel Stenberg's avatar
    - All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE and · 06841282
    Daniel Stenberg authored
      CURLOPT_PREQUOTE) now accept a preceeding asterisk before the command to
      send when using FTP, as a sign that libcurl shall simply ignore the response
      from the server instead of treating it as an error. Not treating a 400+ FTP
      response code as an error means that failed commands will not abort the
      chain of commands, nor will they cause the connection to get disconnected.
    06841282