removed the check that prevents -T and -o beinged used simultaneously!
This commit is contained in:
parent
1cc8af2779
commit
6736c1610c
@ -1308,10 +1308,12 @@ int main(int argc, char *argv[])
|
|||||||
if (outfiles)
|
if (outfiles)
|
||||||
config.outfile = strdup(outfiles);
|
config.outfile = strdup(outfiles);
|
||||||
|
|
||||||
|
#if 0
|
||||||
if(config.outfile && config.infile) {
|
if(config.outfile && config.infile) {
|
||||||
helpf("you can't both upload and download!\n");
|
helpf("you can't both upload and download!\n");
|
||||||
return CURLE_FAILED_INIT;
|
return CURLE_FAILED_INIT;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (config.outfile || config.remotefile) {
|
if (config.outfile || config.remotefile) {
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user