]> granicus.if.org Git - curl/commitdiff
removed the check that prevents -T and -o beinged used simultaneously!
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2000 11:59:19 +0000 (11:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Nov 2000 11:59:19 +0000 (11:59 +0000)
src/main.c

index 2c8804723e16f99005b529d011b9326794d100ab..82cee7313ee8a28a665129b8c355970ca8637911 100644 (file)
@@ -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) {
     /*