I think you have to use 
curl.optionusername="xyz"
curl.optionpassword="123"
and not to pass that values in the url...

On Fri, 25 Jan 2019 12:44:41 +0100, Jean-Luc Arnaud wrote:
> Hi Christian,
> 
> Working on a code dated from February 2018, A CURLMBS connexion does no 
> longer work, while login, password and address are corrects.
> I remember you said something about CURL, maybe something the way we 
> have to use it, but I don't remember details.
> 
> Here is my code, in the Run event of a Thread:
> 
> Dim CURL As New DownloadCURL ' (As CURLSMBS)
> 
> CURL.OptionURL="ftp://"+FTP_UserName+":"+FTP_Password+FTP_URL
> CURL.OptionFTPResponseTimeout=120 ' Two minutes Time_Out
> CURL.OptionUpload=False
> 
> DL_NoThermo_Flag=True ' No thermometer for this download
> Connect_Window.TimeOut_Timer.Mode=Timer.ModeMultiple
> 
> DownError=CURL.PerformMT()
> 
> I'm getting a 67 error code, that iskError_LOGIN_DENIED
> 
> Any idea of what's happening ?
> 
> Xojo 2018 r4 and MBS plugins 18.5
> 
> TIA
> 
> -- 
> Jean-Luc Arnaud
> 
> _______________________________________________
> Mbsplugins_monkeybreadsoftware.info mailing list
> mbsplugins@monkeybreadsoftware.info
> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

------

Sergio Tamborini
Brescia
http://www.system-i.it


"C'è un equivoco di fondo. Si dice che il politico che ha avuto frequentazioni 
mafiose, se non viene giudicato colpevole dalla magistratura, è un uomo onesto. 
No! La magistratura può fare solo accertamenti di carattere giudiziale. Le 
istituzioni hanno il dovere di estromettere gli uomini politici vicini alla 
mafia, per essere oneste e apparire tali"

"There is a basic misunderstanding. It is said that political mafia has had 
acquaintances, if not found guilty by the courts, is an honest man. No. The 
judiciary can only do the findings of a judicial nature. Institutions have a 
duty to oust politicians close to the mafia, to be honest, these look "

Paolo Borsellino
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to