|
@@ -1083,6 +1083,8 @@ bool FtpMethod::Fetch(FetchItem *Itm)
|
|
|
|
|
|
|
|
int main(int argc,const char *argv[])
|
|
int main(int argc,const char *argv[])
|
|
|
{
|
|
{
|
|
|
|
|
+ setlocale(LC_ALL, "");
|
|
|
|
|
+
|
|
|
/* See if we should be come the http client - we do this for http
|
|
/* See if we should be come the http client - we do this for http
|
|
|
proxy urls */
|
|
proxy urls */
|
|
|
if (getenv("ftp_proxy") != 0)
|
|
if (getenv("ftp_proxy") != 0)
|