Commit 6736c161 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed the check that prevents -T and -o beinged used simultaneously!

parent 1cc8af27
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1308,10 +1308,12 @@ int main(int argc, char *argv[])
    if (outfiles)
      config.outfile = strdup(outfiles);

#if 0
  if(config.outfile && config.infile) {
    helpf("you can't both upload and download!\n");
    return CURLE_FAILED_INIT;
  }
#endif
 
  if (config.outfile || config.remotefile) {
    /*