Skip to content
hugehelp.c.cvs 73.8 KiB
Newer Older
);
 puts(
"  already initiated and was left open in the previous transfer. This greatly\n"
"  decreases connection time for all but the first transfer and it makes a far\n"
"  better use of the network.\n"
"\n"
"  Note that curl cannot use persistant connections for transfers that are used\n"
"  in subsequence curl invokes. Try to stuff as many URLs as possible on the\n"
"  same command line if they are using the same host, as that'll make the\n"
"  transfers faster. If you use a http proxy for file transfers, practicly\n"
);
 puts(
"  all transfers will be persistant.\n"
"\n"
"  Persistant connections were introduced in curl 7.7.\n"
"\n"
"MAILING LISTS\n"
"\n"
"  For your convenience, we have several open mailing lists to discuss curl,\n"
"  its development and things relevant to this.\n"
"\n"
"  To subscribe to the main curl list, mail curl-request@contactor.se with\n"
"  \"subscribe <fill in your email address>\" in the body.\n"
"\n"
"  To subscribe to the curl-library users/deverlopers list, follow the\n"
"  instructions at http://curl.haxx.se/mail/\n"
"\n"
);
 puts(
"  To subscribe to the curl-announce list, to only get information about new\n"
"  releases, follow the instructions at http://curl.haxx.se/mail/\n"
"\n"
"  To subscribe to the curl-and-PHP list in which curl using with PHP is\n"
"  discussed, follow the instructions at http://curl.haxx.se/mail/\n"
"\n"
"  Please direct curl questions, feature requests and trouble reports to one of\n"
"  these mailing lists instead of mailing any individual.\n"
 ) ;
}