I modify HttpUtils for proxy authentication

The method :
public static boolean getFile(URL source, File destinationFile, String
file, boolean verbose, boolean ignoreErrors, boolean useTimestamp,
 String uname, String pword) is now deprecated !

Prefers to use this method :
public static boolean getFile(URL source, File destinationFile, String
file, boolean verbose, boolean ignoreErrors, boolean useTimestamp, 
 String uname, String pword, String proxyHost, String proxyPort, String
proxyUserName, String proxyPassword)

Emmanuel

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif

Attachment: HttpUtils.java
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to